When can we expect middleware to be more stable?
In particular I'm interested in when PRs like this one which I've left a comment on (https://github.com/TanStack/router/pull/5517#issuecomment-3591644591) by @Tanner Linsley (sorry to ping) would land.
Some issues I've faced relating to middleware:
* https://github.com/TanStack/router/issues/5372 (Global Middleware causes serialisation error when throwing redirects via server function)
* https://github.com/TanStack/router/issues/5266 (server crashes when unhandled exception in server function or middleware)
If the maintainers are currently busy, would community contributions be welcome for this? The only concern I have with this is that I believe such contributions would be blocked by the currently open PR to refactor the middleware that I mentioned.
Some issues I've faced relating to middleware:
* https://github.com/TanStack/router/issues/5372 (Global Middleware causes serialisation error when throwing redirects via server function)
* https://github.com/TanStack/router/issues/5266 (server crashes when unhandled exception in server function or middleware)
If the maintainers are currently busy, would community contributions be welcome for this? The only concern I have with this is that I believe such contributions would be blocked by the currently open PR to refactor the middleware that I mentioned.