duckstape
duckstape
SSolidJS
Created by duckstape on 5/4/2025 in #support
How should useCurrentMatches work?
I'm trying to build a breadcrumb and tried to use useCurrentMatches in my solid-start app. But instead of multiple matches I only get one match of the full path, i.e. ['test1/test2/test3'] instead of ['test1', 'test2', 'test3']. How do I get the route info of all parent routes?
5 replies