Cannot read property 'bool' of undefined
blacksmoke26 opened this issue · 0 comments
blacksmoke26 commented
Source:
import React from "react";
import ReactDOM from "react-dom";
import TagInput from 'react-categorized-tag-input';
import "./styles.css";
function App() {
return (
<div className="App">
<TagInput addNew={false}/>
</div>
);
}
const rootElement = document.getElementById("root");
ReactDOM.render(<App />, rootElement);
TypeError
Cannot read property 'bool' of undefined
Object.eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:1057
t
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:495
Object.eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:9613
t
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:495
Object.eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:3101
t
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:495
Object.eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:726
t
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:495
eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:582
eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:587
eval
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:181
evaluate
https://xjw6ywqyz.codesandbox.io/node_modules/react-categorized-tag-input/categorized-tag-input.js:1:365