react-bootstrap-validation icon indicating copy to clipboard operation
react-bootstrap-validation copied to clipboard

TypeError: Super expression must either be null or a function, not undefined

Open deepaktomar47 opened this issue 6 years ago • 1 comments

"react-bootstrap-validation": "^0.1.11", not support with "react-bootstrap": "0.31.2",

deepaktomar47 avatar Jun 12 '18 11:06 deepaktomar47

I was able to get rid off this TypeError by downgrading 'react-bootstrap' to '^0.28.1' with the next steps:

  • Change the 'react-bootstrap' version in node_modules/react-bootstrap-validation/package.json
  • Make npm i in node_modules/react-bootstrap-validation

yuittti avatar Mar 28 '19 08:03 yuittti