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
Errors upon opening page, probably because of the broken request:
Uncaught TypeError: Cannot read property '1' of null
at Persister.value (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:38:25764)
at DataStore.value (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:38:3826)
at DataStore.value (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:38:3503)
at EventEmitter.<anonymous> (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:38:8914)
at EventEmitter.emit (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:8:18683)
at http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:38:31692
at http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:48:4145
at Array.forEach (native)
at Podda.value (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:48:4124)
at Podda.value (http://kadira-samples.github.io/react-button/static/manager.6ed9e53d6c5ed5b2a689.bundle.js:48:4846)
2https://hub-backend.getstorybook.io/graphql Failed to load resource: the server responded with a status of 500 ()
kadira-samples.github.io/:1 Fetch API cannot load https://hub-backend.getstorybook.io/graphql. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://kadira-samples.github.io' is therefore not allowed access. The response had HTTP status code 500. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
manager.6ed9e53d6c5ed5b2a689.bundle.js:38 Uncaught (in promise) TypeError: Cannot read property '1' of null
at Persister.value (manager.6ed9e53d6c5ed5b2a689.bundle.js:38)
at Container.value (manager.6ed9e53d6c5ed5b2a689.bundle.js:38)
at manager.6ed9e53d6c5ed5b2a689.bundle.js:38
It still kinda works if you click around but it gets in these weird states.
The text was updated successfully, but these errors were encountered:
rchanou
added a commit
to rchanou/react-storybook
that referenced
this issue
Feb 17, 2017
The [react-button](http://kadira-samples.github.io/react-button/) storybook is linked to as an example here and on the homepage, but it [appears very broken now](kadira-samples/react-button#15). As the first example I opened, this totally confused me as I wasn't sure if what I was seeing was intended. I think this should be removed until fixed so people don't get a bad first impression like I did, and the other examples are already pretty good.
Errors upon opening page, probably because of the broken request:
It still kinda works if you click around but it gets in these weird states.
The text was updated successfully, but these errors were encountered: