erizocosmico / react-categorized-tag-input

React.js component for making tag autocompletion inputs with categorized results.
http://erizocosmico.github.io/react-categorized-tag-input/
MIT License
78 stars 18 forks source link

ERROR TypeError: undefined is not an object (evaluating 'i.bool') #27

Open OmSao opened 3 years ago

OmSao commented 3 years ago

Steps to reproduce:

  1. npm install react-caetgorized-tag-input
  2. 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",

OmSao commented 3 years ago

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)