Skip to content
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

FacebookMessengerShareButton throws "Warning: React does not recognize the appId prop on a DOM element." #286

Closed
iwakoscott opened this issue Jan 29, 2020 · 2 comments

Comments

@iwakoscott
Copy link

iwakoscott commented Jan 29, 2020

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.

@developersHomefriend
Copy link

same issue here

@nygardk
Copy link
Owner

nygardk commented Mar 14, 2020

Fixed in v4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants