plasmic
plasmic copied to clipboard
[antd5] add Skeleton component
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-email-demo | ⬜️ Ignored (Inspect) | Dec 19, 2023 5:05pm |
Hey @georg-malahov.
Any reason for the change from defaultValueHint to defaultValue?
Usually we prefer to use defaultValueHint if the value is already the default value of the prop.
@IcaroG Yes, if am not mistaken now, by using defaultValueHint without providing exact defaultValue the conditional hidden property didn't work as expected. E.g. hidden: (ps) => ps.type !== "Avatar" && ps.avatar !== true, seemed to have no real values set in ps object.