tinro icon indicating copy to clipboard operation
tinro copied to clipboard

Highly declarative, tiny, dependency free router for Svelte's web applications.

Results 33 tinro issues
Sort by recently updated
recently updated
newest added

In Firefox when a URL authentication (https://user:[email protected]) a click on a link doesn't to anything and instead a "DOMException: This operation is insecure." is thrown, making it basically impossible to...

Is this project still active?

I'm using tinro for the main body of the page. However, it seems tinro impacts on the frame e.g. login link and etc. I wonder if there's a way to...

You did a great job, like this module. When I am using `app.render` for SSR, I am getting error `window is not defined`. Is there anything that I am missing?...

I am using svelte in combination with Typescript. When importing and using the Route component, I get the following error and suggestion: ``` Argument of type 'typeof Route' is not...

``` WARNING: The following packages use a svelte resolve configuration in package.json that has conflicting results and is going to cause problems future. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#conflicts-in-svelte-resolve for details ```

## If there are changes in the form page in the project, if the route is wanted to be changed or if the url path is wanted to be changed,...

Hi all, I'm having trouble building a project that has been working long term. I get `window is not defined` when I try to build. I've reviewed the code and...

An error has occurred on latest versions of typescript (4.8.2), svelte (3.49.0) and tinro (0.6.12 - now the latest version on npm): ![image](https://user-images.githubusercontent.com/40761960/190895143-5b0539f1-b4f9-4e1f-8568-7b43da8a1e12.png) Full error text: ``` Argument of type...

Add `$: console.log('router', $router)` 1. Start on an initial route, e.g."/" 2. Click on `` to navigate to a new route. 3. Click the browser back button The `$router` object...