-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
Issue after 5.0.9 update #1228
Labels
bug
Something isn't working
Comments
You're right @pongells, I caused a regression in the latest release. I was able to reproduce the issue in https://codesandbox.io/p/devbox/html-react-parser-fg2jpw I will prioritize a fix ASAP. Related to ce09a65#r135238939 |
remarkablemark
referenced
this issue
Dec 18, 2023
remarkablemark
added a commit
that referenced
this issue
Dec 18, 2023
Fixes #1228 Vite fails with the error: ``` Uncaught SyntaxError: The requested module '/@fs/Users/.../node_modules/.vite/app/deps/html-react-parser.js?v=719515aa' does not provide an export named 'Element' (at list.tsx:6:31) ```
3 tasks
Thanks @remarkablemark , works like a charm :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I should be able to use
Element
Actual Behavior
When I run my React app using Vite I get:
in list.tsx I have:
Steps to Reproduce
Try to use
Element
after 5.0.9 update.Environment
The text was updated successfully, but these errors were encountered: