You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After digging into this a bit, it turns out that the issue is that the store's value gets deleted from the unsubscribe which erases the value being rendered (at least that's my current working model). I have a branch with a failing test here: https://github.com/HoudiniGraphql/houdini/tree/same-store-twice.
Since fixing this is a slightly larger effort, I'd like to wait until #449 is in so we don't have a lot of conflicts to sift through. Once that goes in, fixing this will be at the top of our list
Demo: https://github.com/janvotava/houdini-error-reproduce-001
When the
$GQL
store is read in the __layout.svelte, the resulting data in the routes/index.svelte will benull
for some reason and SSR won't work.The text was updated successfully, but these errors were encountered: