0bon

Results 6 comments of 0bon

I have created a replication of the issue: https://codesandbox.io/s/winter-tdd-n45wry?file=/src/main.tsx Also, similar bug report was opened on solidjs, which also seems to suggest it is an internal issue with Zod: https://github.com/solidjs/solid/issues/1357

Not sure about onMount, but setFields doesn't work, setData doesn't work, and setInitualValues doesn't work either. Solid contexts are only provided once available, so yes, there is a delay, and...

onMount with refs does work. ``` let el; onMount(() => form(el)); ... ```

Although the above solution fixes the previous problem, it gives arise to another very interesting bug. I am currently experiencing a problem whereby ```useContext``` initially returns an empty string. ```onMount()```...

Any progress with this ? I am stuck on the same error. proto file Imports are not found during the run

I am also experiencing this issue. I am using it in my python app, and only experience it when running two instances in the same event loop/python process.