We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca6465 commit 4489089Copy full SHA for 4489089
.changeset/silly-turtles-notice.md
@@ -0,0 +1,5 @@
1
+---
2
+'@swisspost/design-system-components': patch
3
4
+
5
+Added the `reflect: true` option to the `post-avatar` component property `firstname` to prepare the component for the next stencil update.
packages/components/src/components/post-avatar/post-avatar.tsx
@@ -32,7 +32,7 @@ export class PostAvatar {
32
/**
33
* Defines the users firstname.
34
*/
35
- @Prop() readonly firstname!: string;
+ @Prop({ reflect: true }) readonly firstname!: string;
36
37
38
* Defines the users lastname.
0 commit comments