-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
None
-
None
-
None
-
None
After console has been upgraded to React 18, we will need to upgrade the types to React 18 as well.
The most impactful change in the React types was removing the implicit 'children' prop in React.FC type. We use the React.FC type extensively, and are using the implicit 'children' prop in many places, so we will need to update all of these usages.
AC:
- Instances of React.FCC are switched back to React.FC
- React.FCC is removed
- @types/react is bumped to 18.x
- @types/react-dom is bumped to 18.x
- is depended on by
-
CONSOLE-4630 Explicitly add `children` prop to components where needed
-
- To Do
-