mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
* Build react-noop as a package This lets us consume it from the debugger. * Add instrumentation to Fiber * Check in Fiber Debugger
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('./lib/ReactNoop');
|