Merott Movahedi
Merott Movahedi
The resizing sometimes wouldn't work as expected because `resize` was being called at different times with different values, and not always the most recent would win. By implementing a short...
Add option `UPDATE_EXISTING_COMMENT` to update the existing comment instead of deleting and creating a new one every time. It's optional and `false` by default, but once set to `true`, `DELETE_EXISTING_COMMENT`...
### Describe the bug and the expected behaviour When a form created with `@conform-to/react` is placed inside a component that only renders its children on the client-side (a common pattern...