We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba6632 commit c0a083eCopy full SHA for c0a083e
packages/toolkit/src/query/tests/cleanup.test.tsx
@@ -26,7 +26,7 @@ const getSubStateB = () => storeRef.store.getState().api.queries['b(undefined)']
26
function UsingA() {
27
const { data } = api.endpoints.a.useQuery()
28
29
- return <>Result: {data} </>
+ return <>Result: {data as React.ReactNode} </>
30
}
31
32
function UsingB() {
0 commit comments