Anton Frolovsky

Results 9 comments of Anton Frolovsky

Add someone already optional onClose handler :)

Actualization this issue with my message. Any plans or updates?

+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'...