Quentin

Results 3 comments of Quentin

Same problem encountered when trying to use `useParams()` in a solid-start layout The hack I used: ```js const location = useLocation() const resourceId = () => location.pathname.replace('/path/to/replace/', '') ```

Having same problem. It seems related with : https://github.com/oven-sh/bun/issues/9949

Yes, the Vite middleware is still a node connect instance The `fromNodeHandler` function transforms the Node syntax `(req, res) => {}` into an h3 handler. This handler should be able...