marp-team / marp-react

[INACTIVE] Marp renderer component for React
https://marp-react.netlify.com/
MIT License
20 stars 3 forks source link

`marp-react` doesn't work with `marp-core@1.0.0` #19

Closed exKAZUu closed 4 years ago

exKAZUu commented 4 years ago

My web app built by parcel shows the following error in a browser console.

Uncaught TypeError: z is not a function
    at Object.parcelRequire.../../../node_modules/@marp-team/marp-core/lib/marp.js.@marp-team/marpit

I also confirmed that yarn storybook in this repo didn't work after upgrading marp-core to 1.0.0. It shows an error similar to the above error.

Please note that marp-react works well with marp-core@0.15.2.

yhatt commented 4 years ago

Fixed in https://github.com/marp-team/marp-core/pull/147 and the bumped Marp Core v1.0.1. Could you try with the latest version again?

exKAZUu commented 4 years ago

Thank you for the quick fix! I've confirmed it worked well now.