solidjs / solid-router

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

fix action types #326

Closed brenelz closed 8 months ago

brenelz commented 8 months ago

I was getting a typescript error when returning a value from an action and using the with function

image

I think this fixes it. I also think you'd want to update to a newer solid so the action types work better.

ryansolid commented 8 months ago

Yep. Thank you.