uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
295 stars 143 forks source link

correct lodash.flow imports #253

Closed ikappaki closed 3 months ago

ikappaki commented 3 months ago

Hi,

can you please review patch to correctly import the lodash.flow package. It fixes #252.

The package was incorrectly imported using lodash/flow, which expected the full lodash package to be present for the / syntax to work.

The way it got away with it so far is because lodash is installed locally as part of storybook in development.

Thanks