You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if, when a component manually specifies its props with a field called props, we allowed that component to retain the #[component] annotation. Eventually we want to overload the #[component] macro with more functionality (like storybook, mocking, etc) so having this as an option would retain some consistency.
The text was updated successfully, but these errors were encountered:
Request
It would be useful if, when a component manually specifies its props with a field called
props
, we allowed that component to retain the#[component]
annotation. Eventually we want to overload the#[component]
macro with more functionality (like storybook, mocking, etc) so having this as an option would retain some consistency.The text was updated successfully, but these errors were encountered: