leptos-rs / book

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

fix: use real `leptos` API in example. #36

Closed chrisp60 closed 6 months ago

chrisp60 commented 6 months ago

This example previously caused someone to go searching for the create_element function. This change tries to mimic the actual leptos API by calling leptos::document prior.

gbj commented 6 months ago

Thanks!