mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 10:01:41 -05:00
fix(15_global_state): deleting note (sandbox deleted in a previous commit) (#182)
This commit is contained in:
@@ -49,7 +49,6 @@ fn App() -> impl IntoView {
|
||||
```
|
||||
|
||||
`<SetterButton/>` is the kind of counter we’ve written several times now.
|
||||
(See the sandbox below if you don’t understand what I mean.)
|
||||
|
||||
`<FancyMath/>` and `<ListItems/>` both consume the signal we’re providing via
|
||||
`use_context` and do something with it.
|
||||
|
||||
Reference in New Issue
Block a user