You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThunkWithReturnValue should be exported to prevent errors like the one below when trying to emit declarations of api types.
Exported variable 'authApi' has or is using name 'ThunkWithReturnValue' from external module "/node_modules/@reduxjs/toolkit/dist/query/core/module" but cannot be named.
The text was updated successfully, but these errors were encountered:
redux-toolkit/packages/toolkit/src/query/core/module.ts
Line 74 in d2d0f70
ThunkWithReturnValue
should be exported to prevent errors like the one below when trying to emit declarations of api types.The text was updated successfully, but these errors were encountered: