Warning mechanism when attempting to modify a read-only object. #8645
Unanswered
mirko77
asked this question in
Help/Questions
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.
-
We recently hit a bug in our application because we had some code modifying a property of a readonly object, and obviously that was not happening
I was wondering if there is any chance to get a warning in the dev console when attempting that, so catching this type of bugs will be easier. We have not found anything in the docs, is there anything in place already?
We are not using typescript.
Something like
Beta Was this translation helpful? Give feedback.
All reactions