Cannot assign to read only property 'watch' of object '#<Object>' #11867
Unanswered
deejaygeroso
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
Version:
react-hook-form 7.51.3
The Issue with Error Message:

The app is not rendering due to this.
Similar Problem:
TypeError: Cannot assign to read only property of object
But the difference is the issue seems to be coming from
react-hook-form
package itselfOur Workaround:
App Architecture Diagram Overview
The

react-hook-form
only FAILS in our kendo app ifwatch
method is provided inFormProvider
contextWeb Component Wrapper
How App is injected in Kendo App
Question:
watch
method being mutated inreact-hook-form
package?Beta Was this translation helpful? Give feedback.
All reactions