Anton Frolovsky
Anton Frolovsky
Add someone already optional onClose handler :)
Hi, any updates?
Actualization this issue with my message. Any plans or updates?
👍 I also want this
+1 for this question.
@zharinov-nikita Add folder with the generated code to excludes section helps me. Example: **apollo.config.cjs** ```js module.exports = { client: { service: { name: 'backend', url: 'http://localhost:5555/graphql', } excludes: ['**/src/00-shared/**'], }...
I have the same **ERROR**: ```bash Error: ENOENT: no such file or directory, open '.../src/app/s/_index.tsx' ``` In `app/routes.ts` ```ts import path from 'path' import { type RouteConfig } from '@react-router/dev/routes'...