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
It looks like the forwardRef is forwarding the prop - appId down to the native button element. Any idea how to fix this? It works how it is but I want to get the warning off of the console. 😅 Thanks!
Here is the full warning in the console:
Warning: React does not recognize the `appId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `appid` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
I am running the latest version of react-share 4.0.1.
The text was updated successfully, but these errors were encountered:
It looks like the
forwardRef
is forwarding the prop -appId
down to the native button element. Any idea how to fix this? It works how it is but I want to get the warning off of the console. 😅 Thanks!Here is the full warning in the console:
I am running the latest version of
react-share
4.0.1.The text was updated successfully, but these errors were encountered: