diff --git a/src/utils/getRuntimeType.js b/src/utils/getRuntimeType.js index 88aada51..c4f040a7 100644 --- a/src/utils/getRuntimeType.js +++ b/src/utils/getRuntimeType.js @@ -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) => ().type)