fabian-hiller / modular-forms

The modular and type-safe form library for SolidJS, Qwik and Preact
https://modularforms.dev
MIT License
1.05k stars 55 forks source link

Internal issue: Cannot read properties of null (reading 'internal') #185

Open georgeportillo opened 8 months ago

georgeportillo commented 8 months ago

Hey all,

I just wanted to see if anyone has come across this issue. I started getting this error:

Screenshot 2024-02-20 at 11 40 09 PM

For some reason when I load the page, I get this 404 on the actual qwik form:

Screenshot 2024-02-20 at 11 41 27 PM

And if I interact with the form again, it resets. Then, originally where the files were 404'ing, it actually turns into a real file but it throws the following error:

Screenshot 2024-02-20 at 11 42 14 PM

It seems clear to me an internal working isn't behaving as expected.

Any pointers on how I can solve this problem?

georgeportillo commented 8 months ago

But yeah, a bit puzzled by this. Other files seem to load fine except qwik forms:

Screenshot 2024-02-21 at 12 05 13 AM
fabian-hiller commented 8 months ago

Can you reproduce it on StackBlitz? Here is a template: https://stackblitz.com/edit/modular-forms-qwik?file=src/routes/login/index.tsx

georgeportillo commented 8 months ago

Hey Fabian,

Unfortunately I can't reproduce it there.

But I only see it show up as a 404 on the list of requests:

Screenshot 2024-02-21 at 9 28 52 AM
fabian-hiller commented 8 months ago

Which version of Qwik and Modular Forms are you using?