Open
Description
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.