There is an import error in the generated @tanstack/react-query.gen.ts.
import type { Options } from './client'; // <- I think it's `../client` instead of `./client`.
import {
queryOptions,
type UseMutationOptions,
type DefaultError,
} from '@tanstack/react-query';
Description
There is an import error in the generated
@tanstack/react-query.gen.ts
.Reproducible example or configuration
https://stackblitz.com/edit/hey-api-client-fetch-plugin-tanstack-react-query-1zhha6?file=src%2Fclient%2F%40tanstack%2Freact-query.gen.ts
OpenAPI specification (optional)
No response
System information (optional)