Cannot read properties of null (reading 'scope') #9696
Unanswered
its-saniya-khan
asked this question in
Q&A
Replies: 2 comments
-
Based on your stack track error message Please try to lookup in your code base files to see if any implementation that is using |
Beta Was this translation helpful? Give feedback.
0 replies
-
have you found any solution for that? @its-saniya-khan |
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.
-
Hello,
I'm using react-hook-forms(v7.41.1) in my react-native(0.66.4) and everything was working fine. Suddenly, since yesterday I'm observing an error whenever I boot up my app(both ios and android)
`node_modules/react-hook-form/dist/index.cjs.js: /Users/UserName/AppName/node_modules/react-hook-form/dist/index.cjs.js: Cannot read properties of null (reading 'scope')
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim`
My node version is v18.12.1.
Thing I've tried
Beta Was this translation helpful? Give feedback.
All reactions