Replies: 1 comment 2 replies
-
|
Hi, @Moemen12. Thanks for sharing this. I don't seem to be able to open that sandbox. It displays as private or something. Could you please double-check its public access or maybe upload it to GitHub? The error itself strongly suggests a globals issue. Whether MSW is related to this, that's something I am to investigate once you share the repo. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Guys , I'm using React Js 19 , React router v7 , React hook form and msw .
Here's sandbox link of the project
test code is inside /src/features/auth/components/auth-form.test.tsx
what i noticed is when i use name attribute for inputs instead of {...methods.register("...")} that's used by react hook form im not getting this error anymore but in the other hand react hook validation wont work..
https://codesandbox.io/p/devbox/agitated-spence-fztdmr
Im getting this error when i run my tests
Beta Was this translation helpful? Give feedback.
All reactions