Replies: 3 comments 1 reply
-
|
Here is an example you can base your code off of: https://github.com/lookfirst/mui-rff/blob/master/test/Autocomplete.test.tsx It looks like you might be missing some attributes, like initialValues. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hmm... any errors in your IDE? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
is there any update on this issue? I am facing the same error currently |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When testing a component that uses the
<Autocomplete />component frommui-rffI encounter an error:My test minimal reproduction test case looks like:
Any ideas or suggestions on what's causing the error in my tests would be much appreciated. I checked the tests in this repo to compare against my own, but with no luck.
To Reproduce
I've tried to create a minimal reproduction of the issue in https://github.com/d3spis3d/mui-rff-autocomplete-test
yarn && yarn testExpected behavior
<Autocomplete />renders in the test without errors.Beta Was this translation helpful? Give feedback.
All reactions