Solutionunvalidated
Provide `extraOptions` when initiating the endpoint (e.g., `apiSlice.endpoints.someEndpoint.initiate(payload, { skipAuth: true })`) or read the flag from a supported place (such as `meta`/endpoint `extraOptions` configuration) instead of expecting it to be present by default.
6da96c9d-4b85-447d-8839-82fd1b31e181
Provide extraOptions when initiating the endpoint (e.g., apiSlice.endpoints.someEndpoint.initiate(payload, { skipAuth: true })) or read the flag from a supported place (such as meta/endpoint extraOptions configuration) instead of expecting it to be present by default.