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
5.0.1
Not sure why it's happening, because looking at the source it seems correct:
sweetalert2-react-content/src/index.js
Line 2 in aa8d14b
however looking at the dist from npm, it seems to be doing it incorrectly, so maybe something went wrong in the build process:
inside node_modules/sweetalert2-react-content/dist/sweetalert2-react-content.es.js:
node_modules/sweetalert2-react-content/dist/sweetalert2-react-content.es.js
/** @preserve * package: sweetalert2-react-content v5.0.1 * file: dist/sweetalert2-react-content.es.js * homepage: https://github.com/sweetalert2/sweetalert2-react-content#readme * license: MIT **/ import React from 'react'; import require$$0 from 'react-dom'; var createRoot; var m = require$$0; { createRoot = m.createRoot; m.hydrateRoot; }
The text was updated successfully, but these errors were encountered:
Thank you @mifi for the detailed investigation, there was indeed an issue in the build config.
Sorry, something went wrong.
🎉 This issue has been resolved in version 5.0.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
5.0.1
Not sure why it's happening, because looking at the source it seems correct:
sweetalert2-react-content/src/index.js
Line 2 in aa8d14b
however looking at the dist from npm, it seems to be doing it incorrectly, so maybe something went wrong in the build process:
inside
node_modules/sweetalert2-react-content/dist/sweetalert2-react-content.es.js
:The text was updated successfully, but these errors were encountered: