Jakob Rosenberg

Results 72 comments of Jakob Rosenberg

I think the best place would be `test/integration/composition`. Similar to `test/integration/meta`. You would have to do something like ```javascript const { default: routes } = await import('./temp/routes.default.js') const instance =...

:tada: This issue has been resolved in version 3.0.0-next.216 :tada: The release is available on: - [npm package (@next dist-tag)](https://www.npmjs.com/package/@roxi/routify/v/3.0.0-next.216) - [GitHub release](https://github.com/roxiness/routify/releases/tag/v3.0.0-next.216) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

It looks like your `metadata` variable isn't reactive. In Svelte you would need to do this ```javascript $: metadata = $context.route.metadata ```

Would you be able to create a reproducible for me to try?

Sorry. By reproducible I meant a minimal reproducible approach to isolate and reproduce the bug.

This should be fixed in `1.1.6`. If this is not the case, please let me know and I'll reopen.

The second error seems different. Do you know if it's specific to `pnpm` or do you also get it with `npm` or `yarn`?

This seems to be the issue: https://github.com/roxiness/routify/blob/master/lib/utils/middleware.js I don't know if there's a way of solving it. If not, we have to consider R2 to be incompatible with Node 21.