routify icon indicating copy to clipboard operation
routify copied to clipboard

Automated Svelte routes

Results 52 routify issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Hello, could you add some example of testing a component that uses Routify (or its part like `url`)? This would improve our experience and avoid struggling with configuration in the...

needs triage

**bug description** When a param contains a dot (`.`), Routify returns 404. **steps to reproduce** 1. Create a route with a dynamic param, for example: `/ex/[id].svelte`. 2. Navigate to `/ex/abc`...

bug
needs triage
v2

**bug description** When I use nested svelte transition Like this ``` import { fade, fly } from "svelte/transition"; {#if show} hello {/if} show=true} > Click ``` only the first transition...

bug
needs triage

**bug description** when put `` in `pages/_layout.svelte` , it build ok, but error happend when visit it. if remove this, it works. Error: ``` Uncaught (in promise) TypeError: Cannot read...

bug
needs triage
v2

From the documentation `afterPageLoad` helper accepts callback ```js (page) => void ``` as an argument see: https://www.routify.dev/docs/helpers#after-page-load but I see an error ``` Error: Argument of type '(page: ClientNodeApi) =>...

bug

This PR should solve issue https://github.com/roxiness/routify/issues/485

**Description** When navigating in a page, a user will scroll looking for information. When he finds and click a link, the user will open a new page (that he expects...

bug
needs triage

hi, **bug description** Running routify build with the following options does not override the defaults, but merges the user provided options with the defaults. This is unexpected. ```js const options...

bug
needs triage

[VERSION USED] @roxi/routify - 2.18.8 [ISSUE] When the root folder contains index.js and we render the component, ctx.component.shortPath is an empty string causing the errors to not be supressed since...