vehm
vehm
Confirming that we are continuing to receive the warning in SvelteKit after [#895](https://github.com/supabase/auth-js/pull/895) as mentioned [here](https://github.com/supabase/auth-js/issues/873#issuecomment-2092401090). Will follow.
Following as well
> I just followed the official SvelteKit example... I think part of the issue is that the docs have multiple examples with SvelteKit and they are not all updated to...
> I'm not sure what you mean. There is only one example page that I'm aware of Here are the three I was referring to (including the one you linked...
> They all have the same hooks file unless I'm missing something? The first linked guide utilizes an authGuard + `sequence` and the app.d.ts is also different, but yes there...
I just opened a pull request that addresses this: #38
Just jumping in here, but you can accomplish this by re-declaring the client declaration merging wherever you're registering the plugin with the `Database` type: ``` declare module "fastify" { interface...
Updated Fastify decoration reference type for [v5](https://fastify.dev/docs/latest/Guides/Migration-Guide-V5/#removed-support-from-reference-types-in-decorators) support: `Decorating Request/Reply with a reference type (Array, Object) is now prohibited as this reference is shared amongst all requests.`
I just opened a pull request that addresses this: #38
Confirming that we are continuing to receive the warning in SvelteKit after [#895](https://github.com/supabase/auth-js/pull/895) as mentioned [here](https://github.com/supabase/auth-js/issues/873#issuecomment-2092401090). Will follow.