mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
8 lines
238 B
JavaScript
8 lines
238 B
JavaScript
// @flow
|
|
|
|
const {connectToDevTools} = require('react-devtools-core/backend');
|
|
|
|
// Connect immediately with default options.
|
|
// If you need more control, use `react-devtools-core` directly instead of `react-devtools`.
|
|
connectToDevTools();
|