-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix API build for composite components (#391)
Background: some of the components do not have separate sample page, but they are appended to others sample page. The API of those components is part (in most cases) of parent components API, that use them as composite components. Issue: the API of the composite/child components misses base properties. Root cause: the API generation of the parent component is done before the API generation of the composite/child components. Solution: calculate the API of those composite components before their addition to parents` component API. Before (StandardListItem "selected" and "type" properties are missing)
- Loading branch information
Showing
1 changed file
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters