We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marp-react
[email protected]
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.
yarn storybook
marp-core
Please note that marp-react works well with [email protected].
The text was updated successfully, but these errors were encountered:
Fixed in marp-team/marp-core#147 and the bumped Marp Core v1.0.1. Could you try with the latest version again?
Sorry, something went wrong.
Thank you for the quick fix! I've confirmed it worked well now.
No branches or pull requests
My web app built by parcel shows the following error in a browser console.
I also confirmed that
yarn storybook
in this repo didn't work after upgradingmarp-core
to 1.0.0.It shows an error similar to the above error.
Please note that
marp-react
works well with[email protected]
.The text was updated successfully, but these errors were encountered: