riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
43 stars 3 forks source link

Work around Tanstack router issue #80

Closed bgentry closed 3 days ago

bgentry commented 3 days ago

This works around an issue accessing the bare / path in the UI, as well as the bare /jobs with no search params. It seems to have been caused by https://github.com/TanStack/router/issues/1751

Also upgraded tanstack deps to see if they'd fix it, but no luck. Kept the upgrades regardless.