Replies: 5 comments 2 replies
-
popovers not being placed correctly could be resolved by wrapping them with a span, that's not a React 19 issue if so |
Beta Was this translation helpful? Give feedback.
-
I am going to assume that it is an issue caused by the react 19 update, since before updating it worked perfectly without any problem and after updating it stopped working (wrong position) |
Beta Was this translation helpful? Give feedback.
-
it seems to work fine with minimum reproduction https://stackblitz.com/edit/vitejs-vite-xm4mnb?file=src%2FApp.tsx |
Beta Was this translation helpful? Give feedback.
-
After upgrading to React v19 it shows an error when I try "yarn build"
'createFactory' is not used in my code. Is there any suggestions? |
Beta Was this translation helpful? Give feedback.
-
Hi, is it planned to support React 19 in Chakra UI V2 ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Support for the new React 19, since many components do not work correctly.
Problem Statement/Justification
For example, popovers are not placed correctly.
Proposed Solution or API
Add a React 19 support branch
https://react.dev/blog/2024/04/25/react-19
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions