-
Notifications
You must be signed in to change notification settings - Fork 492
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
React does not recognize the inputRef
prop on a DOM element
#364
Comments
Experiencing the same issue. |
+1 |
Same here. |
+1 |
having the same issue (using Next.js) |
duplicate of #347 |
+1 |
+1 .... When I try rjv demo, there's no warning on json editing start. In my application, when I try te edit any element, I got this warning in the time I click to edit icon. I can't recognise the main difference in my vs. demo code, which causes this warning.. Thanks for any help |
upvote the fix by @enricomad #374 🆙 |
Same problem here until today :D Do I have to do anything to fix it? |
When I try to use react-json-view to render expandable row in a functional component in a table I get this error when I use onEdit method
React does not recognize the
inputRef
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseinputref
instead. If you accidentally passed it from a parent component, remove it from the DOM elementcode
I tried to create ref and pass it to ExpandedRow component but I got the same error, am I doing something wrong here ?
The text was updated successfully, but these errors were encountered: