Jakob Rosenberg

Results 178 comments of Jakob Rosenberg

You don't have to check against `window` first. It's available in JSDOM. IIRC `if (routify.inBrowser)` is enough. I have considered adding a helper. Mainly to run the check before Routify...

Yes. Hopefully in the very near future.

The original preview and the upcoming preview both have mdsvex enabled. The new preview is available on the `october` branch: https://github.com/roxiness/roxi-template/tree/october

I think you need to add `|local` to all your transitions. Otherwise you will trigger transitions on pages that have been destroyed, causing them to linger.

I'm going to close this. If it's still an issue and can be replicated, I can reopen.

The helpers are objects with a subscribe method, which Svelte calls on component initialization. Most of them rely on the context of the parent user component, so the logic ends...

Hi. Would you be able to provide a minimal reproducible for this?

Thanks for the solution @cooperwalbrun . I might include a link to your post. 🙂

This should be fixed in 2.18.9. Sorry about the delay.

Sorry for dragging my feet on this. I'm not sure I fully get the issue. > When the root folder contains index.js and we render the component, ctx.component.shortPath is an...