Skip to content
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

QWIK WARN Duplicate implementations of "JSXNode" found #11

Closed
brandiqa opened this issue May 12, 2023 · 9 comments
Closed

QWIK WARN Duplicate implementations of "JSXNode" found #11

brandiqa opened this issue May 12, 2023 · 9 comments

Comments

@brandiqa
Copy link

In the latest version of Qwik 1.1.1, and also 1.0.0, I get the following error in the server console whenever I use qwikest icons:

QWIK WARN Duplicate implementations of "JSXNode" found

Older versions of Qwik have no issue though. I guess something changed with the latest implementation

@brandiqa
Copy link
Author

brandiqa commented May 12, 2023

Found a similar issue reported 3 weeks ago regarding using Qwik Styled Vanilla Extract. See QwikDev/qwik#3883

@origranot
Copy link

Same here.

@NiklasPor
Copy link
Contributor

As mentioned above, this is not the only package affected from this warning. Once we have a fix which won't force me to merge all entry points into one, I'll apply that one.

#QwikDev/qwik#3883

@josemartinez111
Copy link

Still have the same issue in version 1.1.4.

@wmertens
Copy link

wmertens commented Jun 8, 2023

It looks to be caused by imports importing qwik, they get a different instance of qwik/core.prod.mjs. This causes the JSXNode class to be duplicated, and some nodes won't render because of it.

@chempogonzalez
Copy link

Hi! I mentioned my temporal solution for this in order to suppress just these warnings which are very annoying.

Temporal solution mentioned in #BuilderIO/qwik#3883.

Hope it helps you @josemartinez111, @origranot, @brandiqa :)

@y471n
Copy link

y471n commented Aug 5, 2023

Facing the same issue. How can this be prioritized? 🙏

@NiklasPor
Copy link
Contributor

As far as I see this must be fixed on Qwik side: QwikDev/qwik#3883

@NiklasPor
Copy link
Contributor

This should be fixed in >= @qwikest/[email protected]. If not please comment here or write a new issue ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants