mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00

``` warning: call to `.clone()` on a reference in this situation does nothing --> web/src/app_state.rs:441:86 | 441 | ..., &local_store, original.clone()).await | ^^^^^^^^ help: remove this redundant call | = note: the type `sycamore::reactive::Signal<AppState>` does not implement `Clone`, so calling `clone` on `&sycamore::reactive::Signal<AppState>` copies the reference, which does not do anything and can be removed ```