dillon1000/react

Commit

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.
Browse files
Changed paths2 files
First-parent comparison
M src/renderers/shared/reconciler/ReactUpdateQueue.js ModifiedM src/renderers/shared/reconciler/__tests__/ReactCompositeComponentState-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…