RubyLouvre / anu

the React16-compat library with hooks
https://rubylouvre.github.io/anu/
Apache License 2.0
3.19k stars 320 forks source link

IE环境下,类库报错:‘this.state.resolved’为空或不是对象 #1126

Closed wengrongguo closed 5 years ago

wengrongguo commented 5 years ago

描述 IE环境下,类库报错:‘this.state.resolved’为空或不是对象

环境 浏览器:IE8 类库:ReactIE(1.5.9)

image

RubyLouvre commented 5 years ago

this.state为null undefined吗? 你加了Promise polyfill没有?

huangxinxia commented 5 years ago

我也有过这个问题,只要版本一改动,就会出现各种问题,你可以各种依赖的版本改动一下。 不知道楼主有么有在IE8上试过,我的项目在IE8上卡爆。我用的是antd的组件库。。。哭晕

RubyLouvre commented 5 years ago

想不到是函数声明自动提成到当前作用域的顶部,导致与其他render方法混乱了。我已经修好了。

RubyLouvre commented 5 years ago

1.5.10

RubyLouvre commented 5 years ago

image