Dulranga Dhawanitha
Dulranga Dhawanitha
Still broken on v1.1.6
making `reactStrictMode: false` in `next.config.mjs` solves the issue. I get this warning before ``` app-index.js:33 Warning: Prop `data-rbd-draggable-context-id` did not match. Server: "1" Client: "0" at li at Draggable ```...
Since current input components return actual data as the first argument, this might need to be changed to work with react-form-hooks as it expects the `onChange` event
I see. What do you think about DX? which way is easier to build complex forms? Here are my thoughts about the way I proposed, - it's less repetitive code...