Replies: 2 comments
|
It's really hard to tell what the issue is from the screenshots. Some rough thoughts
|
0 replies
|
After investigation what I have found so far:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
We're in the middle of migrating from Chakra v2 to v3 at the moment, and I'm struggling to get a couple of our tests to pass that rely on toggling checkboxes on and off.
This codesandbox is pretty close to what we're actually testing, and the thing I can't get past is that it works - but in our codebase it doesn't. To make matters worse, the checkbox behaves exactly as expected when actually using it in a web app
I've also set up a very bare bones example in my local environment which doesn't pass (note: we're aliasing
@chakra-ui/react@3.26.0aschakra-ui-3whilst we're working on migrating our UI library):If I run that test, I get this:
Is there something obvious I'm missing?
Other info:
Chakra UI Version: 3.26.0
Node version: 20.18.1
Operating system: MacOS
All reactions