react-categorized-tag-input
react-categorized-tag-input copied to clipboard
ERROR TypeError: undefined is not an object (evaluating 'i.bool')
Steps to reproduce:
- npm install react-caetgorized-tag-input
- import TagInput from 'react-categorized-tag-input';
That's it. I get the error: ERROR TypeError: undefined is not an object (evaluating 'i.bool')
grepping 'i.bool' in source code of react-categorized-tag-input finds only on 'categorized-tag-input.js' at 3 places.
I am curious, if no other people faced it !! My package.json
"react": "16.13.1", "react-categorized-tag-input": "^2.1.2", "react-native": "0.63.2",
Precise error log: [Thu Oct 08 2020 06:40:08.302] ERROR TypeError: undefined is not an object (evaluating 'i.bool') [Thu Oct 08 2020 06:40:08.303] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)