我已经在本地编写了一个react组件并在create-react-app
项目中通过npm i --save ../path/to/prj
将其安装在我正在开发的所有内容中运行得非常顺畅和精细。
当我构建项目,服务它然后将我的浏览器指向它时,我得到了这个错误,我无法通过谷歌搜索找到任何可怕的...
Uncaught TypeError: Cannot read property 'getStackAddendumByID' of undefined
at index.js:38299
at Object.<anonymous> (index.js:50564)
at Object.<anonymous> (index.js:50569)
at t (index.js:21)
at Object.<anonymous> (index.js:33018)
at Object.<anonymous> (index.js:33021)
at t (index.js:21)
at Object.<anonymous> (index.js:32538)
at Object.<anonymous> (index.js:32975)
at t (index.js:21)
我已经验证当我取出导入的组件并重建项目时,一切都很好,但是当导入时,它会抛出此错误。我一直在寻找高低,只有死路一条......任何想法?