Greg Johnston
Greg Johnston
The solution here would be to do what we do for other signals and add a debug-mode-only `defined_at: &'static Location
Thanks for suggesting this! When compared to the `todomvc` (which is a standard cross-framework example, and is also just client-side-only with no server-side code), is the idea here just that...
@jdevries Sorry for my slow response here. Thanks for your contribution. We have created a new `projects` directory to house a wider variety of projects without the same maintenance burden...
@jdevries Sorry for my slow response here. Thanks for your contribution. We have created a new `projects` directory to house a wider variety of projects without the same maintenance burden...
Perfectly reasonable bug report. It's not likely I'll have the time to investigate it further in the near future (say, before mid-April) but would appreciate any help you can give...
(Oh I should add: It is likely this will be fixed in 0.7, which is where I'm spending most of my energy, as the hydration works completely differently. I will...
Can confirm this no longer panics on 0.7/git main, and all buttons seem to work.
I'm not sure about the distinction between "first in the tree" and the rest. I can say that events are delegated to the `window` by default, and that you can...
Documenting `:undelegated` more clearly is definitely in the backlog of docs to be written. It is just the syntax in the `view` macro for adding [`undelegated`](https://docs.rs/leptos/latest/leptos/ev/struct.undelegated.html) to an event listener,...
Event delegation is no longer used by default on the main branch/0.7, so I'm going to close this one.