solidjs / solid-router

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

fix: make search params return type partial #333

Closed femincan closed 8 months ago

femincan commented 8 months ago

The useSearchParams hook's return type now wrapped with Partial. Fixes #329.

ryansolid commented 8 months ago

Thanks