You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments