skyra-project / discord-components

Discord Webcomponents for real looking messages on the web
MIT License
243 stars 33 forks source link

bug: Hydration errors #301

Closed mrhappyma closed 1 year ago

mrhappyma commented 1 year ago

Describe the bug

Error popup and console logs just look at the sandbox, i don't have time to write up a proper bug report sorry

To Reproduce (adjusted from my original code but still throws the same error) CodeSandbox

favna commented 1 year ago

i don't have time to write up a proper bug report

And I don't have time to write up a proper response :)

Server side rendering doesn't support webcomponents of any kind. Render them client side only.

mrhappyma commented 1 year ago

Thanks, with a bit of googling that helped 👍