Serhii Kozachenko

Results 2 comments of Serhii Kozachenko

@hellodavecooper It's more likely there could be a potential issue with one part of your solution - you are setting `overflow` to `auto` on closing but `auto` isn't a default...

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