solid-router icon indicating copy to clipboard operation
solid-router copied to clipboard

A universal router for Solid inspired by Ember and React Router

Results 110 solid-router issues
Sort by recently updated
recently updated
newest added

### Describe the bug A list of links that are used for filtering content will result in all of them having an active class and all of them having `aria-current="page"`...

### Describe the bug Form actions doesn't seem to work when they rendered in a modal. The implementation of a modal is pretty common logic. Triggered by a user interaction...

### Describe the bug Just had a very nasty bug which cost me a solid few hours to realise what is wrong. I used useCurrentMatches() to get some routes metadata,...

### Describe the bug Ran into an issue where the documentation recommends I pass `event.nativeEvent` (I'm parsing cookies with the Vinxi methods). Documentation: https://docs.solidjs.com/solid-start/advanced/request-events#nativeevent The type: https://github.com/solidjs/solid-router/blob/3c214ce2ceb9b7d9d39d143229a8c6145e83e681/src/types.ts#L3 My warning: ![Image](https://github.com/user-attachments/assets/88552d2a-fdac-43c1-ba8c-4622ccc392a2)...

### Describe the bug If you natively (disabled js) submit a router-action based form with large form values, the form data will be in the server-function argument as expected, but...

### Describe the bug Hi, I found and issue when the router base path contains special characters. It seems the internal route matches just fail the router `base` and `location.pathname`...

### Describe the bug Hi, I am not sure if I use the API correctly, but the `clear` and `retry` methods on the submission object does not work. Clear resets...

This avoids the need to handle an undefined value when the destination parameter is known to be a string.

### Describe the bug When using createResource + query, and doing a revalidate(key) + refetch, the first invocation will not refresh data. After that, it works correctly. ### Your Example...

### Describe the bug Given I'm on a page `/show/home/fiction/333` and I call const navigate = useNavigate(); navigate("../similar/333") It redirects to `/show/home/fiction/333/../similar/333` ### Your Example Website or App None ###...