KirschX

Results 3 comments of KirschX

Same error here, passing errors directly from the parent component solved the error. ``` ... const methods = useFormContext(); const error = get(errors || methods.formState.errors, name); ... ``` seems like...

+1 Couldn't use delete button on chorme, but worked well in firefox.

Will this update pushed to the main library? I'd like to know when can I use it because I'd like to use tanstack query on lit-element project now...