After one of the latest versions update, with react-bootstrap update, maybe #3249,
my environment is with the latest react and react-dom and my tests started to fail with the following error:
console.error node_modules/jest-prop-type-error/index.js:8
onMouseDownDialog
in div (created by CustomModalDialog)
in CustomModalDialog (created by Modal)
in Transition (created by Fade)
in Fade (created by DialogTransition)
in DialogTransition (created by Modal)
in RefHolder (created by Modal)
in div (created by Modal)
in Portal (created by Modal)
in Modal (created by Modal)
in Modal (created by DiffModal)
and the warning:
Warning: Unknown event handler property %s. It will be ignored.%s
maybe it is something about a naming convention, see: styled-components/styled-components#2218 (comment)
opened an issue to react-bootstrap - react-bootstrap/react-bootstrap#4872
Reactions are currently unavailable
After one of the latest versions update, with react-bootstrap update, maybe #3249,
my environment is with the latest react and react-dom and my tests started to fail with the following error:
console.error node_modules/jest-prop-type-error/index.js:8 onMouseDownDialog in div (created by CustomModalDialog) in CustomModalDialog (created by Modal) in Transition (created by Fade) in Fade (created by DialogTransition) in DialogTransition (created by Modal) in RefHolder (created by Modal) in div (created by Modal) in Portal (created by Modal) in Modal (created by Modal) in Modal (created by DiffModal)and the warning:
Warning: Unknown event handler property %s. It will be ignored.%s
maybe it is something about a naming convention, see: styled-components/styled-components#2218 (comment)
opened an issue to react-bootstrap - react-bootstrap/react-bootstrap#4872