Bug #31830
SkeletonLoader component should support any kind of a given node
Pull request:
Fixed in Releases:
Found in Releases:
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
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8314 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 2.5.0 added
#3
Updated by Amir Fefer over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|089e232c0df90ceae0c74ab47057eebea7e1ce1f.
Fixes #31830 - support children in SkeletonLoader component