Hun, Seol(Sol)

Results 3 comments of Hun, Seol(Sol)

```tsx const handleMouseEnter = useCallback(() => { if (disabled) { return } if (timerRef.current) { clearTimeout(timerRef.current) } timerRef.current = window.setTimeout(() => { setShow(true) }, delayShow) }, [ delayShow, disabled, ])...

The same thing happens to me. I found the commit and log 'Removes 'domino' from the codebase.' in ChangeLog. I doesn't understand where the domino dependencies are in Remirror for...

I think you can change the `LexicalTypeaheadMenuPlugin` `parent` props. This approach may vary depending on where you render it, but if you specify the rendering area and style correctly, it...