Skip to content

Commit

Permalink
[TrapFocus] Migrate to unstyled
Browse files Browse the repository at this point in the history
  • Loading branch information
povilass committed Feb 16, 2021
1 parent 4ed20ab commit b6d4dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/user-event/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fireEvent, getConfig } from '@testing-library/dom';
// eslint-disable-next-line no-restricted-imports
import { defaultGetTabbable as getTabbable } from '@material-ui/core/Unstable_TrapFocus';
import { defaultGetTabbable as getTabbable } from '@material-ui/unstyled/Unstable_TrapFocus/Unstable_TrapFocus';

// Absolutely NO events fire on label elements that contain their control
// if that control is disabled. NUTS!
Expand Down

0 comments on commit b6d4dbf

Please sign in to comment.