Skip to content

Commit

Permalink
revert changes in index.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jan 26, 2019
1 parent 93d0b1f commit 3733578
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ export { enter as enterModule, leave as leaveModule } from './global/modules'
export * from './utils.dev'
export default ReactHotLoader

if (typeof React !== 'undefined' && typeof ReactDOM !== 'undefined') {
ReactHotLoader.patch(React, ReactDOM)
}
ReactHotLoader.patch(React, ReactDOM)

0 comments on commit 3733578

Please sign in to comment.