Alec Aivazis
Alec Aivazis
I'm going to work on merging this PR tonight so we can release the version with the changesets bot. I started this discussion for future conversations so we can thread...
> Maybe remove the generated AfterLoad? Good call! > Ah well, the AfterLoadEvent['event'] is still untyped. I'm about to push a fix for this up right now (along with the...
Okay, i finally got everything building and think this is finally ready to merge. Really appreciate everyone's patience. I think you're really gonna like what we've put together 🎉
Hey @Tamxaun! Sorry to hear you're running into this. Would you be able to put together a stackblitz that reproduces this issue? We have an [integration test](https://github.com/HoudiniGraphql/houdini/blob/main/integration/src/routes/pagination/query/offset.svelte) that verifies this...
Thanks for putting that together! I'm struggling to find the time to dig into this while making sure we're ready for the new svelte kit API. If you have the...
@Tamxaun do you mind checking if this is still a problem in `houdini@next`? I suspect it was fixed while I was reworking things
Hey @Tamxaun! Is there a reason you are defining your load manually when you use a `+page.gql` file? Most of the time when you are using an approach with automatic...
I forked the code sandbox example, removed the `+page.js` file and the data started loading as expected. I haven't dug too deep into what was the issue in the `+page.js`...
Do you mind sharing your query? Also, #542 will fix a lot of strange behavior with the layout files.
Okay, i was able to reproduce this 🎉 I'll try to figure out what's going on. Just to confirm - if you define your query like this, it works? ```...