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.
1 parent fb5a736 commit 4d3960bCopy full SHA for 4d3960b
packages/toolkit/src/query/tests/cleanup.test.tsx
@@ -21,7 +21,7 @@ const getSubStateB = () => storeRef.store.getState().api.queries['b(undefined)']
21
function UsingA() {
22
const { data } = api.endpoints.a.useQuery()
23
24
- return <>Result: {data} </>
+ return <>Result: {data as React.ReactNode} </>
25
}
26
27
function UsingB() {
0 commit comments