-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init package upgrade to React18 * Updated keys * Updated tests to clean console * Updated controllers * Updated some tests for React upgrades * Added Node 20 to CLI * Fixed for PR * Updated peer dependencies
- Loading branch information
1 parent
b0e55fa
commit 1b6c3c8
Showing
18 changed files
with
923 additions
and
589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import React from 'react'; | ||
import '@testing-library/jest-dom/extend-expect'; | ||
|
||
React.useLayoutEffect = React.useEffect; |
Oops, something went wrong.