Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OmSao opened this issue Oct 8, 2020 · 1 comment
Open

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

OmSao opened this issue Oct 8, 2020 · 1 comment

Comments

@OmSao
Copy link

OmSao commented Oct 8, 2020

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
Copy link
Author

OmSao commented Oct 8, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant