We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712217 commit db2e333Copy full SHA for db2e333
crates/frender-macros/src/rsx_to_tokens.rs
@@ -96,7 +96,7 @@ impl ToTokens for RsxElement {
96
97
let key_value = if let Some(key) = key {
98
let span = key.name.span();
99
- let value = &key.value;
+ let value = &key.value.value;
100
quote_spanned!(span=> Some(::frender::AsKey::as_key(&#value)))
101
} else {
102
quote_spanned!(component_type_span=> None)
0 commit comments