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
when opening edit panel, for the first time, int the console appears error:
Warning: 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 lowercase inputref instead. If you accidentally passed it from a parent component, remove it from the DOM element.
as you can see, problem is with camel-case.
Except that error, lib works fine
The text was updated successfully, but these errors were encountered:
when opening edit panel, for the first time, int the console appears error:
Warning: 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 element.as you can see, problem is with camel-case.
Except that error, lib works fine
The text was updated successfully, but these errors were encountered: