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
I recently updated @storybook/react to v5.1.11 and storybook-readme to 5.0.8 (from v4).
Unfortunately after adding import { addReadme } from 'storybook-readme/html'; to my project, SB in IE11 is totally broken.
From what I can see SB contains an arrow function in vendor file. It happens only if storybook-readme is included.
To reproduce innit a clean Storybook example code and add the above import in config.js
Please fix the issue or provide walkaround as this stops my upgrade to SB5.
The text was updated successfully, but these errors were encountered:
Unfortunately, adding this to the webpack.config.js did not (yet) resolve our issue:
Some of the dependencies that this package has use APIs not available in IE11. To get around this you can add the following to your webpack.config.js file (your paths might be slightly different):
Until it's fixed we most likely downgrade storybook-readme.
At this point, I want to ask and highlight, that documenting changes in a CHANGELOG or in the release tab would be highly appreciated@tuchk4. Without them, it's always a hassle to update and debug undocumented releases of packages. Besides that, I appreciate your work.
I recently updated @storybook/react to v5.1.11 and storybook-readme to 5.0.8 (from v4).
Unfortunately after adding
import { addReadme } from 'storybook-readme/html';
to my project, SB in IE11 is totally broken.From what I can see SB contains an arrow function in vendor file. It happens only if storybook-readme is included.
To reproduce innit a clean Storybook example code and add the above import in config.js
Please fix the issue or provide walkaround as this stops my upgrade to SB5.
The text was updated successfully, but these errors were encountered: