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
The following error shows in the console for all data-feedback-fish attributes.
Warning: React does not recognize the data-feedback-fish-userId prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase data-feedback-fish-userid instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Expected Behavior
There should be no warnings or errors displayed in the console from @feedback-fish/react.
Actual Behavior
The console displays errors for each data-feedback-fish attribute.