You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By introducing the proxyObject a month ago (Commit: c1dc1ed), there is no possible to set the value (e.g., input.value, or div.innerHTML, etc.) directly.
When I assign a ref this.inputRef to a rc-input-number component, for example, If the code is this.inputRef.value="123", the following error will be triggerred.
Uncaught TypeError: Illegal invocation
at Proxy.set (react-dom.development.js:1661:1)
...
The text was updated successfully, but these errors were encountered:
By introducing the proxyObject a month ago (Commit: c1dc1ed), there is no possible to set the value (e.g.,
input.value
, ordiv.innerHTML
, etc.) directly.When I assign a ref
this.inputRef
to arc-input-number
component, for example, If the code isthis.inputRef.value="123"
, the following error will be triggerred.The text was updated successfully, but these errors were encountered: