Steps to reproduce:
- Open\clone the example: CodeSandBox
- Focus SelectBox
- Try navigating through items (use
Arrow Down
) if a drop-down list is opened
Expected results:
Navigation should work back and forth
Current results:
Navigation hangs on the first item with the following error: "Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node."
Additional information:
The issue doesn't occur in jQuery
The issue doesn't occur without StrictMode(e.g. check our demo -> the "Custom Templates" editor)