Raffaele
Raffaele
@istrib Would it possible to push this fix?
I ran into the same problem, and here are my learnings: ### Observations This problems seems to originate from the `@stablelib/utf8` dependency. In fact, it's quite easily reproducible with: ```js...
I fear this PR might have broken reactivity in React. When going from `1.14.0` to `1.14.1`, I notice the form state is no longer reactive. I tried to come up...
You are both right, our code was indeed not properly subscribing to the state and we were blissfully benefiting from the previous behavior, so it should be something we can...