Update to React 18
- Update 'react-focus-lock' when the issue is resolved https://github.com/theKashey/react-focus-lock/issues/215
- Update 'react-markdown'
- Update 'react-custom-scrollbars-2' when the issue is resolved https://github.com/RobPethick/react-custom-scrollbars-2/issues/27
- Replace 'react-measure' last updated 2 years ago
- Update 'react-router'
please pay attention on portal users(like Dropdown and Tooltip) that they don't create extra portal nodes on open
please pay attention on portal users(like Dropdown and Tooltip) that the don't create extra portal nodes on open
I've faced the problems with Dropdown component and created a little demo to illustrate them (and test, when the library is updated): https://codesandbox.io/s/uui-dropdown-react-18-issue-mjhlrh
There are 2 issues in there:
- When hovering over the dropdown button (expected trigger is hover), the hidden text appears in the top left corner first, then, after a short time, appears when it belongs
- When clicking on the button (which shows the content on hover), an error occurs:

Hope it will be useful.
I've faced with problem when using Tooltip, looks to needs rework of tooltip body render in according to usage with React 18