Matan Assa
Matan Assa
@brickspert in our case, we use ModuleFederation to share dependencies. and we are sharing and using `react-router-dom`. Our remotes depend on our Router that is used from `react-router-dom`, but when...
A sortable container is a wrapper for an Item. you need to wrap it with Sortable. which you can get via: ``` import Sortable, { SortableContainer } from 'react-anything-sortable'; Your...
For anyone that can't update to SBv7 and still uses `storybook-addon-mock` v2, here's how I solved it (temp fix until we get on SBv7) I keep the addon-mock registration globally,...