styleguidist/react-styleguidist

react-styleguidist doesn't work in IE11

Open

#1.264 geöffnet am 4. Feb. 2019

Auf GitHub ansehen
 (13 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)TypeScript (1.416 Forks)github user discovery
help wantedinternet explorer

Repository-Metriken

Stars
 (11.091 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Current behavior

react-styleguidist doesn't work in IE11 due to untranspiled code in node_modules

To reproduce

Try running examples/basic in IE11. It won't work because of fat arrow in 'strip-ansi' package.

Expected behavior

react-styleguidist should work in IE11

P.S. I thought this PR https://github.com/styleguidist/react-styleguidist/pull/1105 was supposed to fix this kind of issues, but seems like it didn't. I was trying to run examples/basic with react-styleguidist@9.0.0-beta4.

Update: It doesn't work only with developer console opened

Contributor Guide