solidjs / solid-router

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

Fix #337 - BeforeLeaveEventArgs.retry with base #338

Closed Brendan-csel closed 6 months ago

Brendan-csel commented 7 months ago

This change stops retry from resolving the path twice - which was duplicating the base path.

ryansolid commented 6 months ago

Thanks