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
useCloseOnEscape relies on the deprecated KeyboardEvent.keyCode. It should be replaced with KeyboardEvent.code since it is breaking tests with user-event@14
useCloseOnEscape
relies on the deprecatedKeyboardEvent.keyCode
. It should be replaced withKeyboardEvent.code
since it is breaking tests withuser-event@14
Relevant discussion: #testing-library/user-event#969
The text was updated successfully, but these errors were encountered: