Thibaut Maréchal
Thibaut Maréchal
@kufii I would be happy to work on that one. I think the UI don't need additional control. What about settings to define the button bahavior "copy" | "save". Like...
Hello @andywong418, I cannot reproduce your bug. https://codesandbox.io/s/react-mentions-541-j2bym. Can you provide a reproducible example ?
React-mention render it's own textarea / input. It is not possible to use react-mention on another input. Tinymce has a plugin for mentions https://www.tiny.cloud/docs/plugins/premium/mentions/ I'm not sure what you are...
Hi @ZakiMohammad I managed to do that inside the onOpen callBack props ```tsx newWindow.addEventListener('blur', console.log)} >{children} ```
I agree with you. I will take a look this week-end if i can do something.
I have the same issue. I made a quick reproduction with remix, using the create-remix, then I added react-use. Any recommended import is failing to compile. (repro: https://github.com/ThibautMarechal/react-use-in-remix)
The problem with the first solution is that you don't have the config inside the autoRehydrate function, so you won't be able to call "stateGetter". The second solution seems nice....
I'll be able to do it tomorrow :)
I'm taking a look at this
@nhaustov Adding a boolean to control if it will suspense or not, will goes against the rules of hooks. I can try to work on it @ecyrbe ? It may...