Inconsistencies with --cfg=erase_components
#3156
Labels
documentation
Improvements or additions to documentation
--cfg=erase_components
#3156
Describe the bug
By using
--cfg=erase_components
inRUSTFLAGS
, leptos ignoresattr:
in components and nothing will be applied.Leptos Dependencies
leptos = "0.7.0-rc0"
Steps to reproduce the behavior:
RUSTFLAGS="--cfg=erase_components" cargo leptos serve
<ActionForm attr:class="xyz">
Expected behavior
The class attribute should be added to the component.
The text was updated successfully, but these errors were encountered: