design-system icon indicating copy to clipboard operation
design-system copied to clipboard

Fix used lifecycle hook for initial component property checks

Open oliverschuerch opened this issue 1 year ago • 0 comments

post-icon and other components throw an error, even when a required property is set. image

### Tasks
- [ ] Call all property `checkNonEmpty` check in `componentDidLoad` hook instead of `componentWillLoad`.
- [ ] Test if the error is gone.

oliverschuerch avatar Jun 13 '24 07:06 oliverschuerch