dillon1000/react
Commit
Browse files Allow callbacks to be enqueued during componentWillMount
Since I fixed the server-side rendering it is now possible to trigger these callbacks on the client alone. They will still be queued up on the server but they are never executed.
Changed paths2 files
First-parent comparisonsrc/renderers/shared/reconciler/ReactUpdateQueue.js ModifiedM src/renderers/shared/reconciler/__tests__/ReactCompositeComponentState-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…