#Any idea why these tabs are staying unstyled?

12 messages · Page 1 of 1 (latest)

visual knot
#

The tabs themselves dont have the unstyled props, so wondering what could be set up incorrectly for this to happen?

#

(for the record, it was working until today but i didnt touch the page's code at all, so i'm assuming its something i accidentally broke through config or some other thing

unkempt mural
#

Maybe some global styles

visual knot
#

ToyaThonk looks like the opposite even, theres no mantine styles applied to this thing apart from the few global ones

#

this is all there is apart from browser styles

gilded flax
#

Maybe ssr is broken, maybe you do have unstyled prop hiiden somewhere

visual knot
#

i feel like it's something with SSR bc i was poking around with that

#

probably not unstyled bc i've never used that prop in the entire project (apart from 2 unstyled buttons)

visual knot
visual knot
#

-> apparently it was bc orientation was undefined, interesting bug

#

actually, maybe it was that; i have no idea but commenting out orientation and putting it back in worked