TypeError: Cannot assign to read only property 'getDisplayName' of object '#<Object>'
xiaoping6688 opened this issue · 2 comments
xiaoping6688 commented
chrome 浏览器下 点搜索🔍 切换路由时报错,在safari下正常~
发现去掉 react-redux 的 connect 就不会报错,很奇怪。
hyy1115 commented
能提供你的系统环境和浏览器版本号吗?我现在无法复现这个bug。
xiaoping6688 commented
找到原因了,因为我chrome安装了[Egret Inspector](一款H5游戏引擎的调试插件),它会往对象原型中注入一些方法,和[react-redux]中Object.assign时产生了冲突。。。原因