Synphonyte / leptos-use

Collection of essential Leptos utilities inspired by React-Use / VueUse / SolidJS-USE
https://leptos-use.rs/
Apache License 2.0
309 stars 66 forks source link

Uses caller tracking for filtered signals for better warning reporting. #131

Closed bicarlsen closed 2 months ago

bicarlsen commented 2 months ago

Resolves Issue #129 by tracking the caller location of filtered signals for use in "outside reactive context" warnings.

maccesch commented 2 months ago

Thanks!