question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't display Skeleton animation

See original GitHub issue

Hi!

I’m trying to move my application from Material-UI to Chakra-UI, but I’m failling to make Skeleton component to work.

I’m using NextJS as my framework, and I have already create the required ChakraProvider. Any Chakra component is working as expected, but as soon as I add a Skeleton it simply wont show. It creates the div, adds the required classes to it, but the animation won’t work.

Any idea how to fix it?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ljosberinncommented, Nov 15, 2020

No, here’s a nextjs sandbox where it behaves exactly the same 🤔 https://codesandbox.io/s/compassionate-mclean-c0s9j?file=/pages/index.js

0reactions
deluccacommented, Mar 10, 2021

@yotam707

Yep, actually the problem was the following: I’ve created some custom component theme styles. For each style I’ve created a given Componen.ts file. For example, I had: components/Skeleton.ts, components/Popover.ts and I was importing all of those in a componen/index.ts module, which I was using directly inside my theme.

For some strange reason, Chakra can’t resolve default exported modules at that level, and it was breaking my Skeleton component.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maya Skeleton Cant see it through model - Autodesk Forums
As you can see in the attachment picture i cant see the skeleton through the model now because im new to Maya im...
Read more >
Cannot find skeleton when retargeting animation
Simply go into mannequin (or whatever other source skeleton you want the animations from), click Retargetting Manager, and then set it to ...
Read more >
Animations don't play when loading but skeleton still shows #24
The skeleton recognizes when the loading state changes and will display when it's supposed to but the animation won't trigger. I've sometimes been...
Read more >
I can't see my character skeleton! :: Source Filmmaker General ...
I can't see my charakter skeleton! I can't making animation! HELP ME ! ... In the viewport, press Ctrl to shows up the...
Read more >
Three.js Skeleton animation is not displayed correctly
I'm trying to show the animation of a skeleton with Three.js SkeletonHelper and made up of 25 joints from a JSON. This JSON...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found