mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 11:03:57 +03:00
Merge pull request #1 from eyala-stratoscale/eyala-stratoscale-patch-1
v0.14 compatiblity import ReactDOM, { findDOMNode } from "react-dom
This commit is contained in:
commit
cfd08fbeba
|
@ -1,4 +1,5 @@
|
||||||
import React, { PropTypes, findDOMNode, Component } from 'react';
|
import React, { PropTypes, Component } from 'react';
|
||||||
|
import ReactDOM, { findDOMNode } from "react-dom";
|
||||||
import LogMonitorEntry from './LogMonitorEntry';
|
import LogMonitorEntry from './LogMonitorEntry';
|
||||||
import LogMonitorButton from './LogMonitorButton';
|
import LogMonitorButton from './LogMonitorButton';
|
||||||
import * as themes from './themes';
|
import * as themes from './themes';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user