component library styles not applied when used in server components.
Unanswered
West African Crocodile posted this in #help-forum
West African CrocodileOP
I'm using this component library - https://www.npmjs.com/package/@mozilla/lilypad-ui and for some reason when I used it on server components the styles don't work, all the functionality of the component is there but the styles.
Once I add "use client" to the parent component styles work. Is there like a server side dependancy config I need to update?
Once I add "use client" to the parent component styles work. Is there like a server side dependancy config I need to update?