Luiz Fernando Cavalcanti
Luiz Fernando Cavalcanti
Hi, Any update to merge this PR?
Hi, Same problem here today but using NPM. My dev dependencies versions: ``` "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "eslint": "^9.4.0", } ``` When I try to run `npm install`:...
> @LFCavalcanti youre using eslint v9 with typescript-eslint v7. That pairing is not valid - typescript-eslint v7 only supports eslint v8. Yeah, I managed to fix that updating to this:...
> Ran into the same problem. For anyone else running into this, a simple `` sql`TRUE` `` is a functioning workaround. Thanks! Just ran with the same problem creating an...
So, we are circling back to the pattern of having route based middleware, like Express does and like it was in Next, includding the AppRouter at some point in development....
> > So, we are circling back to the pattern of having route based middleware, like Express does and like it was in Next, includding the AppRouter at some point...
> > I arrived at that solution, not using their documentation though > > To be honest, documentation should be the primary learning resource for a tool like Next.js. We...