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
I'm trying to use the latest release of Storybook with an existing React 14 app. The install and running the start script seems to go as planned, however the Storybook app doesn't start when I visit the URL.
Uncaught TypeError: Super expression must either be null or a function, not undefined
at _inherits (style.js:29)
at style.js:32
at Object.defineProperty.value (style.js:96)
at webpack_require (bootstrap 74fe420b966e93db53f1:678)
at fn (bootstrap 74fe420b966e93db53f1:88)
at Object.defineProperty.value (index.js:15)
at webpack_require (bootstrap 74fe420b966e93db53f1:678)
at fn (bootstrap 74fe420b966e93db53f1:88)
at Object.defineProperty.value (decorators.js:37)
at webpack_require (bootstrap 74fe420b966e93db53f1:678)
The error is thrown by the Radium package.
So, two questions:
What's the earliest React version supported by React Storybook? 15?
Is there anything I can do to work around this issue other than updating our project?
The text was updated successfully, but these errors were encountered:
I ended up upgrading to React 15 in the end. I was pretty surprised by how little effort it took. If I'd have known I don't think I'd have bothered posting an issue, so sorry for cluttering up the issues!
I'm trying to use the latest release of Storybook with an existing React 14 app. The install and running the start script seems to go as planned, however the Storybook app doesn't start when I visit the URL.
The error is thrown by the Radium package.
So, two questions:
The text was updated successfully, but these errors were encountered: