-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Description
Workaround: #1965 (comment) (#1965 (comment))
I've updated to react 16 and there's this strange error: when I click on any menu item (to open other story or group) I have blank screen (nothing at all is rendered).
I use yarn storybook
to start storybook.
yarn run v1.1.0
$ start-storybook -p 9009 -s public
@storybook/react v3.2.12
=> Loading static files from: /home/mozgiii/Desktop/truvest/webapp/public .
=> Loading custom addons config.
=> Using default webpack setup based on "Create React App".
webpack built 8fda9afa05b5574a775e in 5531ms
Storybook started on => http://localhost:9009/
Initially page loads on the first story. Looks ok so far, but there are some errors in the console:
Here's the log as saved by chrome: localhost-1507074821359.log
Now, when I click on any menu item something bad happends and I have blank screen.
There are new errors in the console:
Some skipped, it's only the beginning and the end...
New log: localhost-1507075072650.log
I have no idea why this is happening. I tried using react 15 again and it works there. I've also tried removing all my storeis and using only standard "welcome" with the same results - I think it means the issue is somewhere in the package.
I'm using CRA, here's some info on my setup:
- yarn.lock
node --version
:v8.6.0
Keywords:
Uncaught TypeError: Cannot read property 'velocity1507074569941' of null
The above error occurred in the <TransitionGroup> component: