sveltejs / realworld

SvelteKit implementation of the RealWorld app
https://realworld.svelte.dev
MIT License
2.24k stars 353 forks source link

Deprecated getContext - SvelteKit #92

Closed gyurielf closed 3 years ago

gyurielf commented 3 years ago

As far as I know, It is removed from the svelte-kit. Can you update the examples?

Valexr commented 3 years ago

Why it’s removed from svelteKit?

gyurielf commented 3 years ago

Why it’s removed from svelteKit?

https://svelte.dev/blog/whats-new-in-svelte-june-2021

Valexr commented 3 years ago

Removed getContext in favor of request.locals it’s ok, but why?

gyurielf commented 3 years ago

IDK, i think it's replaced by handle fn