Replies: 2 comments 7 replies
-
There has been some discussion about that here: #19 I think the main question is, are you wrapping your tests in a |
Beta Was this translation helpful? Give feedback.
0 replies
-
@csandman Yup, I have no issues accessing other Chakra components. |
Beta Was this translation helpful? Give feedback.
7 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.
-
I'm trying to change the value in Jest.
I keep getting this error:
[TypeError: Cannot read properties of undefined (reading 'md')]
when usingfireEvent.keyDown(selectElement, { key: 'ArrowDown', code: 40 });
It's a bit frustrating since
fireEvent.focus(selectElement);
works fine.Beta Was this translation helpful? Give feedback.
All reactions