TypeError: Cannot read properties of undefined (reading 'tooltip') #249
Unanswered
phunguyen-mck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue while running test case with @testing-library/react with components that's using Tooltip component. If I remove the Tooltip then the test pass.
TypeError: Cannot read properties of undefined (reading 'tooltip')
Beta Was this translation helpful? Give feedback.
All reactions