Skip to content

issues Search Results · repo:solidjs/solid-router language:TypeScript

Filter by

268 results
 (60 ms)

268 results

insolidjs/solid-router (press backspace or delete to remove)

Describe the bug In a simple SPA app with solid and solidjs router, if I navigate from /home to /page1 to /page2 and then click the browser back button but cancel the navigation, the next time I click ...
  • Gust99
  • 2
  • Opened 
    11 days ago
  • #533

Describe the bug Consider this link: A href= /solid-router/ Click /A When I m on the /solid-router/ route, this link is correctly considered active. However, when I navigate to the /solid-router/route ...
  • amirhhashemi
  • Opened 
    25 days ago
  • #532

Describe the bug When you use useBeforeLeave multiple times, each listener receives a copy of the event, therefore an early listener cannot know if a later listener did call preventDefault. Reproduction: ...
  • katywings
  • 2
  • Opened 
    on May 14
  • #530

Describe the bug When I use useCurrentMatches with the FileRouter and nested paths, I only get one match, i.e. [ test1/test2/test3 ] instead of [ test1 , test2 , test3 ] Your Example Website or App ...
  • RndUsername
  • 1
  • Opened 
    on May 5
  • #528

Describe the bug I create routes like this { path: / , component: (props) = ( Suspense fallback={ Loading / } {props.children} /Suspense ), children: [ ...
  • FanetheDivine
  • Opened 
    on Apr 6
  • #521

Describe the bug foo in useParams() // always evaluates to false foo in { ...useParams() } // can evaluate to true or false I assume this has something to do with useParams() returning a Proxy Your ...
  • samualtnorman
  • Opened 
    on Mar 17
  • #519

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 A href= /?example=1 1 /A A href= ...
  • Akkuma
  • 2
  • Opened 
    on Mar 3
  • #518

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 and has a form inside. I have prepared ...
  • muratgozel
  • Opened 
    on Mar 2
  • #517

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, but I needed deepest route data, so I used ...
  • grobitto
  • Opened 
    on Feb 26
  • #516

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 ...
  • kjrocker
  • Opened 
    on Feb 25
  • #515
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub