leptos-use icon indicating copy to clipboard operation
leptos-use copied to clipboard

chore(docs): provide docs on how to handle unused `FnOnce`

Open LeoBorai opened this issue 7 months ago • 6 comments

Updates https://leptos-use.rs/sensors/on_click_outside.html documentation to explain the origin of:

unused implementer of `FnOnce` that must be used
closures are lazy and do nothing unless called

And also provide a workaround.

LeoBorai avatar Jul 24 '24 16:07 LeoBorai