Skip to content

Commit 3205b40

Browse files
committed
Convert React default import to wildcard import
1 parent 8725e32 commit 3205b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/react/ApiProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { configureStore } from '@reduxjs/toolkit'
22
import type { Context } from 'react'
33
import { useContext } from 'react'
44
import { useEffect } from 'react'
5-
import React from 'react'
5+
import * as React from 'react'
66
import type { ReactReduxContextValue } from 'react-redux'
77
import { Provider, ReactReduxContext } from 'react-redux'
88
import { setupListeners } from '@reduxjs/toolkit/query'

0 commit comments

Comments
 (0)