gerard
crazy bug global store + solid router
inconsistently I am hittin the following crash
when using a global store + createMemo something on solid js router crashes!
And it is crashing on the router, why?
the most crazy thing is that it is a little bit random, same code wasn't crashing at some time, and then it started to crash several times in a row without changing anything, I tried clearing site data several times and restart vite and it still happened
it only happens when i reload the SPA to start deep in the route that is rendering
Profile
if instead i navigate it works7 replies
modularforms controlled/transform inputs not working
Hello, I am encountering multiple issues using modular forms with solid js
many functionalities like controlled inputs and transforms seems like not work reliable, let me share with you some recordings
here is a demo https://stackblitz.com/edit/modular-forms-solid-n51ey1?file=src%2Fapp.tsx
This is regarding to transform on inputs
but I've not been able to get to work controlled inputs either following the instructions here https://modularforms.dev/solid/guides/controlled-fields
demo: https://stackblitz.com/edit/modular-forms-solid-mmn1cp?file=src%2Fapp.tsx
I am attaching also video recordings
3 replies