@igor-dv do you know who might be able to look into this?
@lifeiscontent, looks like @emotion/core@10 is still in beta. We mostly try not to depend on unstable deps. Maybe we can make it into v4.1.0-alpha
. CC @ndelangen @shilman
@igor-dv it's no longer in beta.
馃敟
I suppose it will be handled soon by our @dependabot-bot . But you can submit a PR 馃槈
If in one project use last versions of storybook and emotion it cases missing styles in storybook UI
Probably the problem is that mjs
module is loaded which uses an import statement of @emotion/core. Since it tries to resolve it uses the newer @emotion/core 10 version. Hopefully they fix this in the near future since Emotion 10 has some strong features (such as the css prop/attribute now can be used without the babel plugin which enables to fully compile with only TypeScript)
update on the progress:
I merged the PR into a feature branch that will go live in january.
nice
@ndelangen any chance this could be released before that major update? I can help out if needed.
This is merged into the v5 branch which is going into next
any minute now
I'm getting following error
regeneratorRuntime is not defined
Most helpful comment
@ndelangen any chance this could be released before that major update? I can help out if needed.