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
Describe the bug
The "in app" Storybook navigator works just fine, but with browser, when changing the story, the app screen goes blank with Please open the Storybook UI... text. Updated from Storybook 4 to 5. See details and screenshots below.
To Reproduce
Steps to reproduce the behavior:
react-native run-ios --scheme 'Storybook' (start simulator and set storybook env)
start-storybook
See initial story in app, all good.
Go to http://localhost:7007
Change story
App is blank (there MIGHT be a small flicker of the story changed to)
Expected behavior
Should be able to change stories.
Screenshots Initial view (all good)
After changing story (broken) Code snippets storybook/index.js
@shilman thanks for responding so fast! I don't see how this is a duplicate, but these issues may be related I guess. I'm not even sure if this is a similar issue to #7723 as we don't have any issues with the web browser, just the app showing the storybook "Please" overlay when trying to interact with it via browser.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Describe the bug
The "in app" Storybook navigator works just fine, but with browser, when changing the story, the app screen goes blank with
Please open the Storybook UI...
text. Updated from Storybook 4 to 5. See details and screenshots below.To Reproduce
Steps to reproduce the behavior:
react-native run-ios --scheme 'Storybook'
(start simulator and set storybook env)start-storybook
http://localhost:7007
Expected behavior
Should be able to change stories.
Screenshots
Initial view (all good)
After changing story (broken)
Code snippets
storybook/index.js
index.ios.js
System:
Additional context
Everything worked on
"@storybook/react-native": "^4.1.18"
After updating to
"@storybook/react-native": "^5.1.11"
it brokeThe text was updated successfully, but these errors were encountered: