Actions
Bug #31830
closedSkeletonLoader component should support any kind of a given node
Description
SkeletonLoader should support components:
// current implementation
SOME_VALUE || <SkeletonLoader /> // doesn't work for components
// react way
<SkeletonLoader> {<Component />} </SkeletonLoader /> // works for any kind of node
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8314 added
Updated by Amir Fefer almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|089e232c0df90ceae0c74ab47057eebea7e1ce1f.
Actions