Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: proxyObject prevents the element from changing its value #546

Open
xueqianz opened this issue Jun 12, 2024 · 0 comments
Open

Bug: proxyObject prevents the element from changing its value #546

xueqianz opened this issue Jun 12, 2024 · 0 comments

Comments

@xueqianz
Copy link

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)
    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant