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

[harvest] Warnings when opening KonnectorModal #476

Open
ptbrowne opened this issue May 31, 2019 · 0 comments
Open

[harvest] Warnings when opening KonnectorModal #476

ptbrowne opened this issue May 31, 2019 · 0 comments
Labels

Comments

@ptbrowne
Copy link
Contributor

When displaying the KonnectorModal, React logs a lot of warnings.
Makes it difficult to see real errors.

Warning: React does not recognize the createDocument prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase createdocument instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the saveDocument prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase savedocument instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the deleteDocument prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase deletedocument instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the createAccount prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase createaccount instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the findAccount prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase findaccount instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the updateAccount prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase updateaccount instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants