Closed acoreyj closed 1 year ago
It's the same issue #4679, not sure if this happens for other reasons
@manucorporat I see you fixed a similar bug.
This seems to happen with I include built components from my library (built with npx vite build --mode lib) but not if the same component is built as part of a qwik site
The same thing happens to me when I also work with the libraries, and I have tried with the latest version (1.2.3) and also with 1.1.5.
I don't know what it could be, since randomly if I create a project, sometimes it works for me and sometimes it doesn't, where it gives me the error you describe.
For more info, I've tested it with Node versions 16 and 18 as well.
At the moment, I have managed to create a library template, adding some changes based on my tastes and I have it hanging, in case someone wants to develop a library. Based on this template, I'll make a little CLI with examples with simple things, using external dependencies,...I'd like to have it soon, but for now I've managed to get out of this problem with a project without problems (although there are some when they are generated) . Let's see if there is luck and a solution is found soon.
Little more I can say.
Greetings
Should be fixed in 1.2.4! but libraries built with 1.2.3 could be broken! need a re-released!
We added new tests to ensure we never get this regression again
Thanks @manucorporat 👍
Have the same error when including a Qwik library and using a specific component. When including my component directly into my app the error is fixed. Commenting here instead of creating a new issue because I can't link to any reproducible code.
Which component is affected?
Qwik Runtime
Describe the bug
Internal assert, this is likely caused by a bug in Qwik: If qSerialize is true then fnStr must be provided.
Reproduction: https://stackblitz.com/github/genie-design/qwikbits-docs?file=README.md
Reproduction
https://stackblitz.com/github/genie-design/qwikbits-docs?file=README.md
Steps to reproduce
Load any page in dev mode
System Info
Additional Information
No response