UUI icon indicating copy to clipboard operation
UUI copied to clipboard

Update to React 18

Open AlekseyManetov opened this issue 3 years ago • 2 comments

  1. Update 'react-focus-lock' when the issue is resolved https://github.com/theKashey/react-focus-lock/issues/215
  2. Update 'react-markdown'
  3. Update 'react-custom-scrollbars-2' when the issue is resolved https://github.com/RobPethick/react-custom-scrollbars-2/issues/27
  4. Replace 'react-measure' last updated 2 years ago
  5. Update 'react-router'

AlekseyManetov avatar Apr 29 '22 10:04 AlekseyManetov

please pay attention on portal users(like Dropdown and Tooltip) that they don't create extra portal nodes on open

AlekseyManetov avatar Jun 21 '22 16:06 AlekseyManetov

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:

  1. 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
  2. When clicking on the button (which shows the content on hover), an error occurs: image

Hope it will be useful.

vasilii-kovalev avatar Aug 08 '22 12:08 vasilii-kovalev

I've faced with problem when using Tooltip, looks to needs rework of tooltip body render in according to usage with React 18

blackymax avatar Jan 05 '23 12:01 blackymax