You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This README outlines steps to reproduce (Bug 3), but it's essentially when you have a text input inside a wormhole that you only activate/deactivate when the text content changes. It seems that ripping the input out of the DOM and then re-placing it in the wormhole is causing a few keystrokes to fall through the cracks.
It's hard to see a case where it's too bad, but as the complexity of your component using the wormhole increases, the worse it gets.
The text was updated successfully, but these errors were encountered:
I have a repository where it is reproducible:
https://github.com/prashn64/focus-repro-wormhole
This README outlines steps to reproduce (Bug 3), but it's essentially when you have a text input inside a wormhole that you only activate/deactivate when the text content changes. It seems that ripping the input out of the DOM and then re-placing it in the wormhole is causing a few keystrokes to fall through the cracks.
It's hard to see a case where it's too bad, but as the complexity of your component using the wormhole increases, the worse it gets.
The text was updated successfully, but these errors were encountered: