Skip to content
Merged
Prev Previous commit
Revert accidental changes
  • Loading branch information
gaearon committed May 18, 2018
commit 56ca671d3cee4bd00e39b070b31e4bb665e1a3d9
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberReconciler.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,3 @@ export function injectIntoDevTools(devToolsConfig: DevToolsConfig): boolean {
},
});
}
// }
1 change: 1 addition & 0 deletions packages/react-reconciler/src/ReactFiberStack.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export {
isEmpty,
pop,
push,
// DEV only:
checkThatStackIsEmpty,
resetStackAfterFatalErrorInDev,
};
Loading