ic-ui-kit
ic-ui-kit copied to clipboard
[IcLoadingIndicator] - changing `type` from `linear` to `circular` does not work
Summary of the bug
If the type is changed from linear to circular, then the indicator does not display correctly
🪜 How to reproduce
- go to stackblitz example
- see the linear loading indicator
- click the button to change the type
- See the circular indicator is not displayed
🧐 Expected behaviour
the circular indicator should display correctly
📝 Acceptance Criteria
Given a linear loading indicator is visible When changing to a circular type Then the circular indicator should display correctly