leptos-rs / book

The home for the Leptos book, which can be found deployed at https://book.leptos.dev
MIT License
63 stars 58 forks source link

fix codesandbox source on 02_dynamic_attributes #25

Closed lucasgrvarela closed 7 months ago

lucasgrvarela commented 7 months ago

there was a duplicated code leading to a not working example

lucasgrvarela commented 7 months ago

image

Now the code is working as expected.