Skip to content

Commit 96c707d

Browse files
committed
Import * as React in @theme-ui/core
See facebook/react#18102
1 parent a9c8fd4 commit 96c707d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ import {
33
ThemeContext as EmotionContext,
44
InterpolationWithTheme,
55
} from '@emotion/core'
6-
// @ts-ignore
76
import { css, Theme } from '@theme-ui/css'
8-
import React from 'react'
7+
import * as React from 'react'
98
import deepmerge from 'deepmerge'
109
import { version as __EMOTION_VERSION__ } from '@emotion/core/package.json'
1110

0 commit comments

Comments
 (0)