We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
React
1 parent 8725e32 commit 3205b40Copy full SHA for 3205b40
packages/toolkit/src/query/react/ApiProvider.tsx
@@ -2,7 +2,7 @@ import { configureStore } from '@reduxjs/toolkit'
2
import type { Context } from 'react'
3
import { useContext } from 'react'
4
import { useEffect } from 'react'
5
-import React from 'react'
+import * as React from 'react'
6
import type { ReactReduxContextValue } from 'react-redux'
7
import { Provider, ReactReduxContext } from 'react-redux'
8
import { setupListeners } from '@reduxjs/toolkit/query'
0 commit comments