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
anchor is -1, so nodes[anchor] is undefined and so isFocusable(nodes[anchor]) is crashing with TypeError: Cannot read properties of undefined (reading 'matches')
The text was updated successfully, but these errors were encountered:
solid-headless 0.12.1
I copied the Dialog demo in my app.
I have an issue with this code https://github.com/LXSMNSYC/solid-headless/blob/983581b93fc06169325703c8b0aa734ff349924a/packages/solid-headless/src/utils/focus-navigation.ts#L18
anchor
is -1, sonodes[anchor]
is undefined and soisFocusable(nodes[anchor])
is crashing withTypeError: Cannot read properties of undefined (reading 'matches')
The text was updated successfully, but these errors were encountered: