Project

General

Profile

Actions

Bug #31830

closed

SkeletonLoader component should support any kind of a given node

Added by Amir Fefer almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
JavaScript stack
Target version:
-
Difficulty:
Triaged:
No
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
Actions

Also available in: Atom PDF