Skip to content

Commit b9a7c8e

Browse files
committed
Rolling back the react-dom-polyfill changes
1 parent 7d20a59 commit b9a7c8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"happiness": "^7.1.2",
2424
"react": "^15.3.1",
2525
"react-dom": "^15.3.1",
26-
"react-component-gulp-tasks": "^0.7.7",
27-
"react-dom-polyfill": "^1.0.0-beta.2"
26+
"react-component-gulp-tasks": "^0.7.7"
2827
},
2928
"peerDependencies": {
30-
"react": ">=0.12 <16"
29+
"react": ">=0.14 <16",
30+
"react-dom": ">=0.14 <16"
3131
},
3232
"browserify-shim": {
3333
"react": "global:React"

src/Codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const React = require('react');
2-
const ReactDOM = require('react-dom-polyfill')(React);
2+
const ReactDOM = require('react-dom');
33
const findDOMNode = ReactDOM.findDOMNode;
44
const className = require('classnames');
55
const debounce = require('lodash.debounce');

0 commit comments

Comments
 (0)