Mauro Visintin

Results 3 comments of Mauro Visintin

make sure you imperatively call startPreview, setting the autopreview prop does not work

An example of this using generated code with `injectEndpoints` and `enhanceEndpoints` separately. `api.generated.ts` ``` const injectedRtkApi = api.injectEndpoints({ endpoints: build => ({ users: build.query< ApiResponse, ApiArg >({ query: () =>...