Unable to Render Skeleton Component
Hello ya'll, as the title says.
I have a react project were i made a Skeleton component - works exactly as expected. However porting this component to SolidJS the Skeleton does not render anything unless i
Here is my code:
Component
How i am trying to use itI can see the divs rendered in the inspect tools - but the skeleton only renders if i put text inside of the div element
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
yes, i am setting it to
h-8
from TailwindCSSUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
The
Skeleton
component itself - but you saying it is a styling issue made me curious. I got it to render correclty by removing the styling on the Home
component
the issue - is the flex
class
-.- well... glad i know, sorry for the support request xD
just for posterity - i solved it.
I put w-full
on the wrapper-container
div
within the skeletonHandler
component. Works ... so far