Skip to content

Commit

Permalink
Fix typo to fully resolve RHL issue (#241)
Browse files Browse the repository at this point in the history
The first attempt at fixing the react-hot-loader issues on dev machines
was unsuccessful. This was due to incorrect import syntax.
  • Loading branch information
mmarcuccio authored Sep 5, 2018
1 parent 1cbaab1 commit b7c6bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getRuntimeType.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* More info: https://github.com/instacart/Snacks/issues/235
*/
import * as React from 'react'
import React from 'react'
import _ from 'underscore'

const getRuntimeType = _.memoize((Component) => (<Component/>).type)
Expand Down

0 comments on commit b7c6bae

Please sign in to comment.