Files
react/src
Sebastian Markbage 3717b71c64 Resolve ref callbacks
During the deletion phase we call detachRefs on any deleted refs.

During the insertion/update phase we call attachRef on class
and host components.

Unfortunately, when a ref switches, we are supposed to call all
the unmounts before doing any mounts. This means that we have to
expact the deletion phase to also include updates in case they
need to detach their ref.
2016-10-17 16:17:30 -04:00
..
2016-10-14 17:46:34 -04:00
2016-10-17 16:17:30 -04:00
2016-09-06 15:18:42 -07:00
2016-04-07 11:27:28 -07:00