diff --git a/packages/react/src/emotion-element.js b/packages/react/src/emotion-element.js index f87619240..7ec842477 100644 --- a/packages/react/src/emotion-element.js +++ b/packages/react/src/emotion-element.js @@ -59,7 +59,7 @@ export const createEmotionProps = (type: React.ElementType, props: Object) => { return newProps } -let Emotion = withEmotionCache((props, cache, ref) => { +let Emotion = withEmotionCache((props, cache, ref) => { let cssProp = props.css // so that using `css` from `emotion` and passing the result to the css prop works