Skip to content

[react-markdown] ie11 support #707

Answered by ChristianMurphy
R-Gopi asked this question in Q&A
Discussion options

You must be logged in to vote

React Markdown uses both new syntax features (like const) and new APIs (like Object.assign).
Polyfills work for new APIs, for new syntax a transpiler is needed.
Consider using babel preset env https://babeljs.io/docs/en/babel-preset-env and set it to support your desired browser matrix.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vijayapalemis
Comment options

@wooorm
Comment options

@ChristianMurphy
Comment options

Answer selected by ChristianMurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants