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
ATM, the component only activates keyboard-only-outlines on mount and a DOM Node must exist at mount time for it to work.
Ideally, we would be react friendly and handle null children as well as prop changes. This would require us to improve the current logic to be more reactive.
The text was updated successfully, but these errors were encountered:
ATM, the component only activates keyboard-only-outlines on mount and a DOM Node must exist at mount time for it to work.
Ideally, we would be react friendly and handle
null
children as well as prop changes. This would require us to improve the current logic to be more reactive.The text was updated successfully, but these errors were encountered: