-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to React 18 #533
Comments
please pay attention on portal users(like Dropdown and Tooltip) that they 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:
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 |
The text was updated successfully, but these errors were encountered: