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
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
When running 'npm run storybook' and opening the application on IE11, a syntax error occurs, linking to the code:
.storybook/config.js
callback: () => {
// apply the custom options
// setCustomOptions();
configure(require.context('../src', true, /.stories.ts$/), module);
}
After replacing the arrow function with es5 function error disappears but another one comes out pointing at button.component.ts
When running 'npm run storybook' and opening the application on IE11, a syntax error occurs, linking to the code:
.storybook/config.js
callback: () => {
// apply the custom options
// setCustomOptions();
configure(require.context('../src', true, /.stories.ts$/), module);
}
After replacing the arrow function with es5 function error disappears but another one comes out pointing at button.component.ts