Daniel Williams
Daniel Williams
Is there any error? Have you done any debugging to find what is happening? Can you share the code where you intialize storybook?
@costerik I followed the steps in you provided in the issue description and was not able to produce the same issue. The storybook UI loads fine for me. Please provide...
> This issue was not happening a week ago!!! @ahendessi Nothing has changed with storybook since a week ago so you must have changed something on your side. If you...
I was actually able to find some issues when trying to use expo 41 however that is not the issue described in the initial description here so I would suggest...
@ahendessi @shoes22 please see #159 and continue discussion regarding expo there
I've been talking with the storybook maintainers about a possible solution to this. Ideally there would be a modern build of storybook/addons available or atleast one without the es.promise polyfill....
when you say you want story id's what specifically do you mean?
so I was looking at the code and the id is created using the toId function in the csf package ``` var toId = function toId(kind, name) { return "".concat(sanitizeSafe(kind,...
The @storybook/csf package provide the toId function as an export so that can be used to get storyId's. Would that be acceptable? Or would it be better for storybook/react-native to...
does anyone still have this issue? if so it would be good if it could be reproduced in a branch using the example app. Try the reproduction steps in the...