Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 98 forks source link

work strange in IE9 #80

Open gwuhaolin opened 7 years ago

gwuhaolin commented 7 years ago

in IE9 ,use FB's react work fine,replace with react-lite work strange and throw error.

SCRIPT5007: Unable to get value of the property 'cache': object is null or undefined

SCRIPT87: Invalid argument. 

WTF?

Lucifier129 commented 7 years ago

I have never seem this error message before, can you add some code for reproducing?

gwuhaolin commented 7 years ago

error SCRIPT87: Invalid argument. in:

t.parentNode.insertBefore(e,t.parentNode.childNodes[t.index])
gwuhaolin commented 7 years ago
screen shot 2016-12-03 at 1 51 05 pm