solidjs / solid-router

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

Partial fix for #344 #345

Closed staadecker closed 9 months ago

staadecker commented 9 months ago

I believe this is a partial fix to #344 . Now a Route can have props of type RouteProps<S, T> rather than just RouteProps<S, undefined>

ryansolid commented 9 months ago

Thanks. yeah added the data prop last min and didn't propagate it through everywhere.