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 should follow the official How to Upgrade to React 18 guide for upgrading to React 18. Additionally, reZach/secure-electron-template project already uses React 18 in a similar fashion to Synectic so we can leverage them as an example.
The text was updated successfully, but these errors were encountered:
As part of the changes for React 18, it has been decided that the renderHook API provided by this library will instead be included as official additions to both react-testing-library (testing-library/react-testing-library#991) and react-native-testing-library (callstack/react-native-testing-library#923) with the intention being to provide a more cohesive and consistent implementation for our users.
React 18 was released on March 29, 2022. There are several new features (including some breaking changes) including:
useId
,useTransition
,useDeferredValue
,useSyncExternalStore
, anduseInsertionEffect
).We should follow the official How to Upgrade to React 18 guide for upgrading to React 18. Additionally, reZach/secure-electron-template project already uses React 18 in a similar fashion to Synectic so we can leverage them as an example.
The text was updated successfully, but these errors were encountered: