OwsOwies
OwsOwies
> Once the load() has resolved though, the rest of the code to render the SSR your page is synchronous, and so setting the language in your regular (not context=module)...
Well, it seems yours is the only possible solution then. For the time being at least. I think it's ok, calling `const { _, locale } = get();` is not...
I don't agree with your reasoning here. No one reported race-conditions on some different repository, how is that an argument. Here is an official discussion on svelte kit where someone...