Vays

Results 6 comments of Vays

Hello, you can revoke it using revokeInstallationAccessToken() method. eg: `await octokit.apps.revokeInstallationAccessToken();` make sure to instantiate octokit with `createAppAuth` authStrategy before this.

same issue here, updating recharts to alpha 4 as suggested in doc dont solve my issue

@iFlyinq Yes, but that was not related to ppr, `overrides` field was on root level instead of being nested to my package manager name (`pnpm`) ```json "dependencies": { "next": "15.0.0-canary.152",...

@JClackett make sure to overrides react-is package with your react version and use alpha versions for rechart like 2.13.0-alpha.5, i had the same issue as you

same issue on drizzle-seed 0.3.1 If someone comes across this, here is a query to update the sequence. Execute it after seeding your database, and replace 51 with the id...