dillon1000/react
Commit
Browse files Flip the warning condition in ReactDebugTool and ReactDOMDebugTool
The current warning condition caused the first error to be swallowed, and all the next errors to be logged. I believe the intention was the opposite: to log the first error, and to ignore any next errors for the same method.
Changed paths2 files
First-parent comparisonsrc/isomorphic/ReactDebugTool.js ModifiedM src/renderers/dom/shared/ReactDOMDebugTool.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…