issues
search
LabKey
/
labkey-ui-components
This repository defines all of the npm packages available in the @labkey scope.
Other
2
stars
2
forks
source link
React 18
#1554
Closed
labkey-alan
closed
2 months ago
labkey-alan
commented
2 months ago
Rationale
This PR upgrades React to version 18
Related Pull Requests
https://github.com/LabKey/labkey-ui-components/pull/1554
https://github.com/LabKey/labkey-ui-premium/pull/494
https://github.com/LabKey/limsModules/pull/586
https://github.com/LabKey/platform/pull/5782
Changes
Upgrade to React 18
Make all components using children to extend PropsWithChildren
Update all usages of Immutable map methods in JSX to use toArray
Don't use defaultProps with function components
Fix issues with document click handlers for menus
Rationale
This PR upgrades React to version 18
Related Pull Requests
Changes