sharno
sharno
I'm getting the same exact issue with or without the `lazy` modifier on the model. As soon as the event fires the input field gets cleared because of BitWarden. Is...
My guess is that it's a race condition between Bitwarden and Unicorn. Sometimes the input field would keep the input and behave as expected and at this point these are...
Thanks Pavel, I fixed temporarily by flattening the tables ahead of time, although a smarter generator would definitely be pleasant
@kjd Maybe you can give a warning whenever this illegal conversion happens, also putting a warning in the documentation too would help. Also putting a function that says if this...
I faced the same issue and created a codesandbox for it. To test it look at the console and try to select text in the editor. **Expected behavior:** be able...
I didn't get what you mean, I'm using `[state]` as a dependency array in `useEditor` and it's causing it to rerender the whole editor while the state changes every second,...