TypeError: Attempted to assign to readonly property. after upgrading to React 19 #2317
Replies: 1 comment
-
I fixed this by migrating all the tests to remove |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
I'm in the process of updating our Design System which uses PandaCSS & Ark to React 19 and notice we have quite a few test failures now that look like they stem from some zag APIs here and there?
Here is an example:
Has anyone else come across this and found a fix? I feel like there is probably something somewhere we can improve since I'm not finding issues, etc. - but thought I would ask? 🤔
Our testing environment (the
test
directory in our repo) is Bun (latest) withtesting-library
(latest) if that helps?Beta Was this translation helpful? Give feedback.
All reactions