Rive component not rendering in NextJS
felipesses opened this issue · 3 comments
felipesses commented
avivian commented
Hey @felipesses
Your canvas height is being set to 0. Do you know what could be causing that?
Could you share some code so I could reproduce this locally? A link to a github repo I could clone would be ideal.
felipesses commented
Hey @felipesses
Your canvas height is being set to 0. Do you know what could be causing that?
Could you share some code so I could reproduce this locally? A link to a github repo I could clone would be ideal.
Hey! I have found the issue. I had to set the height of the component otherwise it renders so small that I couldn't see it 😅 thanks for the reply!
Klynger commented
I'm having the same issue. It feels limiting having to set a fixed height to make it work, and it doesn't work if the user resizes the window.