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
Only import the parts of lodash that are used. Instead of importing _ it'd be good to import lodash.debounce etc.
Actual Behavior
The entire lodash library is imported.
Steps to reproduce
Pull request with failing test or storybook story with issue
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.
The text was updated successfully, but these errors were encountered:
Griddle version
1.x
Expected Behavior
Only import the parts of lodash that are used. Instead of importing _ it'd be good to import
lodash.debounce
etc.Actual Behavior
The entire lodash library is imported.
Steps to reproduce
Pull request with failing test or storybook story with issue
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.
The text was updated successfully, but these errors were encountered: