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
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.
The text was updated successfully, but these errors were encountered:
When displaying the KonnectorModal, React logs a lot of warnings.
Makes it difficult to see real errors.
The text was updated successfully, but these errors were encountered: