Lazynode
documentation not up to date
#1647
Labels
core
relating to the core implementation of the virtualdom
documentation
Improvements or additions to documentation
Problem
In the example of the docs, there is a
let f = LazyNodes::new(move |f| f.element("div", [], [], [] None));
But
f.element
is no longer a valid method.Here is the link:
https://docs.rs/dioxus/latest/dioxus/prelude/struct.LazyNodes.html#implementations
That would be nice to fix it.
Questionnaire
The text was updated successfully, but these errors were encountered: