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
@storybook/react-native-server is broken in @storybook/react-native-server@5.1.0-beta.0. You can tell because none of the stories are displaying in the navbar.
About Your Storybook has a style issue
this is a small, related, styling bug that was introduced in @storybook/react-native-server@5.1.0-beta.0 and is loosely related to #6768
Storybook still works in @storybook/react-native@5.1.0-beta.0. Simulator screenshot:
To Reproduce
Steps to reproduce the behavior:
Update @storybook/react-native-server from version 5.1.0-alpha.7 to 5.1.0-beta.0
Re-run your project & open storybook
Notice that the stories section is completely blank.
Expected behavior @storybook/react-native@5.1.0-beta.0 and @storybook/react-native-server@5.1.0-beta.0 work together
Screenshots
React Native Server version options:
Evidence that @storybook/react-native-server v 5.1.0-alpha.7 was working:
Usually when stories are "pending" (usually because the Simulator hasn't been opened yet - or it has been and storybook hasn't been refreshed since), then @storybook/react-native-server will simply show greyed-out divs as placeholder rows in the stories section, like so:
In the newest version, you can tell there's something different because now "pending" stories are simply non-existent:
Quick Fix
Reverting @storybook/react-native-server to 5.1.0-alpha.7
Since this quick fix exists, might be worth asking: why did I update the version in the first place? That was to address the issue created by the incorrect version recommendation in About Your Storybook as documented here: #6768
Ideal Fix @storybook/react-native@5.1.0-beta.0 and @storybook/react-native-server@5.1.0-beta.0 work together.
The text was updated successfully, but these errors were encountered:
alechp
changed the title
Latest version of @storybook/react-native-server (5.1.0-beta.0) is broken @storybook/react-native-server@5.1.0-beta.0 is broken
May 12, 2019
Describe the bug
@storybook/react-native-server
is broken in@storybook/react-native-server@5.1.0-beta.0
. You can tell because none of the stories are displaying in the navbar.About Your Storybook
has a style issue@storybook/react-native@5.1.0-beta.0
. Simulator screenshot:To Reproduce
Steps to reproduce the behavior:
@storybook/react-native-server
from version5.1.0-alpha.7
to5.1.0-beta.0
Expected behavior
@storybook/react-native@5.1.0-beta.0
and@storybook/react-native-server@5.1.0-beta.0
work togetherScreenshots
@storybook/react-native-server
v5.1.0-alpha.7
was working:@storybook/react-native-server
will simply show greyed-out divs as placeholder rows in the stories section, like so:Quick Fix
Reverting
@storybook/react-native-server
to5.1.0-alpha.7
Since this quick fix exists, might be worth asking: why did I update the version in the first place? That was to address the issue created by the incorrect version recommendation in
About Your Storybook
as documented here: #6768Ideal Fix
@storybook/react-native@5.1.0-beta.0
and@storybook/react-native-server@5.1.0-beta.0
work together.The text was updated successfully, but these errors were encountered: