Replies: 1 comment
-
Ah, it needs to use the same instance of the solidjs for the library and the client code, and I forgot to mark solid-js as a peerDependency which excludes it from being bundled |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just ran into the strangest thing. I started out using a version of the useForm logic on the solid website, and I have since highly modified it, so I figured I would go ahead and package it up.
this same file -- when the errors store gets updated it triggers effects and updates the ui, but when it is bundled with microbundle then imported, it doesnt
this is the store in question
https://github.com/odama626/solid-validation/blob/d75df5c20d665576b991287235f8468e4bf06056/src/main.ts#L54
Beta Was this translation helpful? Give feedback.
All reactions