Michael Kadziela
Michael Kadziela
Currently, when you try to use a parent component with empty parenthesis and a child as a singular prop, it will give you the following error: "expected a valid node"...
Hi there; I'm opening this ticket up to discuss the possibility of adding either animated transition capabilities to the current router, or create a different animated router component. The way...
As discussed with GBJ previously, creating closures and wrapping them up for a JS event handler is quite tedious, so I'm bringing this up in case we would like to...
The first alpha revision works fine with everything rendering (2e68f746dcbf7d9f96397a0c6b8f5107bbf4c5e2), but the latest version on master when you build in release mode seems to not be functioning correctly. It's similar...
When using use_route(cx) to get the RouteContext, calling .path() works and gives you the correct route. But upon using the back button .path() stops updating its underlying value, and will...
I've run into a blocker trying to implement serde-lite or rkyv as my output for server functions in leptos. Note, this is purely CSR with no SSR. I have the...