-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
Description
React 18 has been released, code will have to be adjusted to that it is officially supported.
Checklist
- Migrate from Enzyme to React Testing Library #6919
- Update
@types/react
and@types/react-dom
([react] React 18 types DefinitelyTyped/DefinitelyTyped#56210). - Replace deprecated SFC type with FunctionComponent #7195
- Add correct types to instances of useCallback #7216
- Use workspace version of React for documentation #7217
- Automatically detect React version in ESLint #7218
- Add correct types for class components using context API #7282
- Add missing 'children' prop in several places #7363
- Add additional type-casts for React nodes #7402
- Add
PropsWithChildren
types to components with children - Apply migrations from upgrade guide.
- Check for incompatible dependencies and upgrade if necessary.
- Docs - Add guide to downgrade dependency #7303
- Correct types for examples #7821
- Correct types for demo app #7827
mwxxhdb and andrewt3000starpit
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
Status
Done