npm i
npm run storybook
- Invalid hook call. Hooks can only be called inside of the body of a function component.
When using npm link
then we have to run in this lib-react
directory following npm link ../{app-dir}/node_modules/react
to link current react app react version according facebook/react#15315 (comment).