fynncfchen/storybook-addon-i18next

Template literal not transpiled - breaks in IE 11

Closed this issue · 0 comments

I found that Storybook doesn't work in IE11 with this addon enabled.

The problem seems to be the transpiled manager.js file on line 14

const PANEL_ID = `${ADDON_ID}/addon-panel`;

where the template literal hasn't been converted and thus fails on IE.