design-system
design-system copied to clipboard
Fix used lifecycle hook for initial component property checks
post-icon and other components throw an error, even when a required property is set.
### Tasks
- [ ] Call all property `checkNonEmpty` check in `componentDidLoad` hook instead of `componentWillLoad`.
- [ ] Test if the error is gone.