Skip to content

Commit

Permalink
Expand component definition before errors to fix component autocomple…
Browse files Browse the repository at this point in the history
…te from other modules (#2609)
  • Loading branch information
ealmloff authored Jul 8, 2024
1 parent d6ca80e commit ecdc932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rsx/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ impl ToTokens for Component {
} else {
quote_spanned! {
name.span() => {
#errors
#component_node
#errors
}
}
};
Expand Down

0 comments on commit ecdc932

Please sign in to comment.