Skip to content

Commit 17054b1

Browse files
committed
fix: ThemeProvider warning message
1 parent 51cb6fa commit 17054b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-provider/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const ThemeProvider: React.FC<ThemeProviderProps> = ({
6565
React.useEffect(() => {
6666
if (process.env.NODE_ENV !== 'production') {
6767
console.warn(
68-
'[theme-ui] The export ThemeUIProvider is deprecated and is now called ThemeProvider to reduce confusion with Emotion. Please update your import; ThemeUIProvider will be removed in a future version.'
68+
'[theme-ui] The export ThemeProvider is deprecated and is now called ThemeUIProvider to reduce confusion with Emotion. Please update your import; ThemeProvider will be removed in a future version.'
6969
)
7070
}
7171
}, [])

0 commit comments

Comments
 (0)