Skip to content

[harvest] Warnings when opening KonnectorModal #476

Open
@ptbrowne

Description

@ptbrowne

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions