Files
react/scripts
Andrew Clark 1232666590 Don't recreate instance when resuming a class component's initial mount
Recreating the class instance causes refs (and other callbacks) to close
over stale instances.

Instead, re-use the previous instance. componentWillMount is called
again. We also call componentWillReceiveProps, to ensure that
state derived from props remains in sync.
2017-05-05 14:03:29 -07:00
..
2016-09-12 21:58:00 +03:00
2017-04-20 11:18:33 -07:00
2017-04-20 11:18:33 -07:00
2017-04-20 11:18:33 -07:00
2017-05-02 14:26:42 -07:00
2017-04-20 11:18:33 -07:00
2013-09-09 23:42:54 -07:00