Lucifier129 / react-lite

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

使用react-router v4的Redirect的时候,会出现页面空白的情况 #91

Closed KevisLuo closed 7 years ago

KevisLuo commented 7 years ago

<Match pattern='/' exactly render={props => ( <Redirect to={{ pathname: '/user/login' }} /> )} /> 从一个路由重定向到另外一个路由的时候,页面会出现空白的现象,切换为react是正常的

Lucifier129 commented 7 years ago

Fixed in react-lite v0.15.30