@cchaos suggested simplifying the loading logic to show the spinner anytime isLoading is passed into our EuiAccordion component.
This will simplify our Loading state demo to either True | Custom and reduce the footprint of of the conditional checks in the if (isLoading) block.
@cchaos suggested simplifying the loading logic to show the spinner anytime
isLoadingis passed into our EuiAccordion component.This will simplify our Loading state demo to either True | Custom and reduce the footprint of of the conditional checks in the
if (isLoading)block.