Lucifier129 / react-lite

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

Fixed "Can not read property '$ updater' of undefined" #95

Closed GrubbyHunter closed 7 years ago

GrubbyHunter commented 7 years ago

Scenes: React-lite is used with Redux, and React components use Redux to bind state. Behavior: dispatch an action in the componentWillReceiveProps or componentDidUpdate methods of the React component to modify the state of the binding. Exception: error Can not read property '$ updater' of undefined

Fixed this Bug