You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm definitely not expert neither in playwright nor lit-elements, but i don't see why the form.subscribe function would be called on mount by this piece of code
Any idea?
Cheers
The text was updated successfully, but these errors were encountered:
At first glance, createForm might cause an issue if it contains classes or functions. Do you have a minimal reproducible GitHub repo i could run and debug __?
Hi, thanks for sharing the repo. I looked into the issue, and it appears to be related to your code rather than the library itself. Unfortunately, i don't have the resources to look into this any further
Hi there !
I'm trying to component-test an input field that would be decorated by a connector for final-form.
However, it looks like a final-form function (
subscribe
) is call during mount for no reason.Here's the code for my test
That's the component itself
and that's the decorator
The decorator is working fine in a browser (largely inspired by lit/lit#2489 (comment))
I'm definitely not expert neither in playwright nor lit-elements, but i don't see why the
form.subscribe
function would be called on mount by this piece of codeAny idea?
Cheers
The text was updated successfully, but these errors were encountered: