Lucifier129 / react-lite

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

Cannot set property 'parentContext' of undefined #117

Open hskww opened 7 years ago

hskww commented 7 years ago

i has this error when use react-router: Uncaught TypeError: Cannot set property 'parentContext' of undefined at initVcomponent (react-lite.common.js:433)

other pages(no router) work sucessfully

alexeybondarenko commented 7 years ago

+1

pierreis commented 7 years ago

Got the same issue with using react-lite on last version of https://github.com/react-boilerplate/react-boilerplate.

Any hints on how to solve this issue?

screenshot 2017-09-30 01 17 32

Vanilla react works like a breeze. I'll replace react-lite by react in prod for now.