You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The single module in src/pattern-library/components/Library, containing all of the pattern-library-related components, is getting far too large, but I've avoided making sweeping changes because I don't want to create distracting diffs.
This module should be broken down into multiple component modules. Library could still serve as an entry point that exports what it does currently, such that the API won't change.
The text was updated successfully, but these errors were encountered:
The single module in
src/pattern-library/components/Library
, containing all of the pattern-library-related components, is getting far too large, but I've avoided making sweeping changes because I don't want to create distracting diffs.This module should be broken down into multiple component modules.
Library
could still serve as an entry point that exports what it does currently, such that the API won't change.The text was updated successfully, but these errors were encountered: