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
I am trying to pass on ref of an input so that i can go to one input to another through the keyboard next button. but whenever i am passing the ref with onRef i get this warning.
I am providing screenshots of both the error and the code that is causing it
NOTE:- I dont know if its a solution or not but i have changed a code inside node_modules->galio framework's input.js and the warning is gone and the code works but i know thats not a solution.
The text was updated successfully, but these errors were encountered:
in "src" -> "atomic" -> "atoms" -> Input.js file on line 163 replacing onRef: PropTypes.func, with onRef: PropTypes.any, fixes the issue. onRef field should be a value not a function.
It would be nice if someone can make this change and fix this warning.
I am trying to pass on ref of an input so that i can go to one input to another through the keyboard next button. but whenever i am passing the ref with onRef i get this warning.
I am providing screenshots of both the error and the code that is causing it
NOTE:- I dont know if its a solution or not but i have changed a code inside node_modules->galio framework's input.js and the warning is gone and the code works but i know thats not a solution.
The text was updated successfully, but these errors were encountered: