Replies: 1 comment
-
|
Anything you're accessing via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m migrating from v1 to v2.
I'm using UseLazyQuery, but it’s no longer exposed.
However it’s still available in the CommonJS build, and this works:
import { type UseLazyQuery } from '@reduxjs/toolkit/dist/query/react/cjs';I also saw that TypedUseLazyQuery is now exported, but I'm not sure it will work with my case (simplified example below).
Should UseLazyQuery be exported again for mjs or is it a but the fact that is still available for cjs? 😄
Beta Was this translation helpful? Give feedback.
All reactions