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
We could fix this by providing an onRest callback which, when called, will allow the user to properly focus in the active pane using the imperative api.
Alternatively, perhaps we can handle autoFocus inside the component since most devs might be too lazy to actually implement this properly anyway. In this case, we would only autofocus when it changes (not on mount)
The text was updated successfully, but these errors were encountered:
We could fix this by providing an
onRest
callback which, when called, will allow the user to properly focus in the active pane using the imperative api.Alternatively, perhaps we can handle autoFocus inside the component since most devs might be too lazy to actually implement this properly anyway. In this case, we would only autofocus when it changes (not on mount)
The text was updated successfully, but these errors were encountered: