using Key as component property? #2808
maurerdietmar
started this conversation in
General
Replies: 1 comment
-
If I remember correctly, then raw identifiers, such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I additionally define Into VNode for this struct like:
This seems to work when using the builder pattern to create the component properties.
But the html macro seems to have special handling for 'key', so it would not set the key property?
Is there a better way to allow setting the key property using a builder pattern?
Beta Was this translation helpful? Give feedback.
All reactions