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 Storybook page in the web browser isn't updating when you click different stories. It always shows the first (in my case, the Welcome story that is included by default). It does update on Expo in the connected iOS simulator. I'm using 5.2.0-beta.25 as with 5.1.x, the preview in the Navigator tab on iOS wouldn't update from selecting stories.
run yarn storybook in one terminal tab and yarn ios in another (use iOS simulator from xcode)
try changing story in the web storybook - it does not update the story shown in the web page, only the one in the simulator
Expected behavior
The story shown should be the correct one in the web browser
Screenshots
Code snippets
If applicable, add code samples to help explain your problem.
System:
`[BABEL] Note: The code generator has deoptimised the styling of /Users/c.george/.npm/_npx/90927/lib/node_modules/@storybook/cli/node_modules/lodash/lodash.js as it exceeds the max of 500KB.
Adding to the above, I've since found that the 'Welcome' page content it is showing all the time is from PreviewHelp.js from react-native-server, rather than the Welcome component and story that is created when you first add storybook to a project, just for added info.
Describe the bug
The Storybook page in the web browser isn't updating when you click different stories. It always shows the first (in my case, the Welcome story that is included by default). It does update on Expo in the connected iOS simulator. I'm using 5.2.0-beta.25 as with 5.1.x, the preview in the Navigator tab on iOS wouldn't update from selecting stories.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
The story shown should be the correct one in the web browser
Screenshots
Code snippets
If applicable, add code samples to help explain your problem.
System:
`[BABEL] Note: The code generator has deoptimised the styling of /Users/c.george/.npm/_npx/90927/lib/node_modules/@storybook/cli/node_modules/lodash/lodash.js as it exceeds the max of 500KB.
Environment Info:
System:
OS: macOS 10.14.6
CPU: (4) x64 Intel(R) Core(TM) i7-7660U CPU @ 2.50GHz
Binaries:
Node: 10.13.0 - ~/.nvm/versions/node/v10.13.0/bin/node
Yarn: 1.17.0 - /usr/local/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.13.0/bin/npm
Browsers:
Chrome: 76.0.3809.100
Firefox: 68.0.1
Safari: 12.1.2
npmPackages:
@storybook/addon-actions: ^5.2.0-beta.25 => 5.2.0-beta.25
@storybook/addon-links: ^5.2.0-beta.25 => 5.2.0-beta.25
@storybook/addons: ^5.2.0-beta.25 => 5.2.0-beta.25
@storybook/react-native: ^5.2.0-beta.25 => 5.2.0-beta.25
@storybook/react-native-server: ^5.2.0-beta.25 => 5.2.0-beta.25 `
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: