solidjs / solid-router

A universal router for Solid inspired by Ember and React Router
MIT License
1.13k stars 143 forks source link

Documentation on '.' (period/dot) in routes #221

Closed SenojLuap closed 1 year ago

SenojLuap commented 1 year ago

Describe the bug

Not really a bug, as I'm pretty sure this is working as intended, but I learned through trial and error that routes (at least dynamic routes) don't behave well when a '.' (dot/period) is part of the name/parameter. Navigating to those routes via Navigate or A will work correctly, but direct links will not (coming from an external site, for example).

After thinking about it, I realize that's probably known/intended behavior, but it would have been helpful for me if that was indicated in the documentation.

Your Example Website or App

http://donthaveone.com

Steps to Reproduce the Bug or Issue

n/a

Expected behavior

n/a

Screenshots or Videos

No response

Platform

n/a

Additional context

No response

Brendan-csel commented 1 year ago

Do you still see this issue in 0.6.0?

ryansolid commented 1 year ago

Closing as stale (no reproduction).