Closed paraillegal closed 3 years ago
Merging this PR should fix issue #12.
The module property in package.json incorrectly referred to react-markdown.esm.js while the name of the built file is react-remark.esm.js.
module
package.json
react-markdown.esm.js
react-remark.esm.js
released in 2.0.3
Merging this PR should fix issue #12.
The
module
property inpackage.json
incorrectly referred toreact-markdown.esm.js
while the name of the built file isreact-remark.esm.js
.