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
Porting from RTK Toolkit 1.9.7 to 2.0.1 I get the following problem for my RTK Query endpoints when exporting the generated hooks.
E.g.,
The inferred type of 'useLazyGetNlpQuery' cannot be named without a reference to '../../../../node_modules/@reduxjs/toolkit/dist/query/react/buildHooks.js'. This is likely not portable. A type annotation is necessary.ts(2742)
This error occurs on all endpoints, not just this one. I do not import or use buildHooks anywhere in my code.
AntonOfTheWoods, AlexLo33, gusgard, Demmynile, mayuresh2905 and 3 more