Lachlan Campbell

Results 134 comments of Lachlan Campbell

Yep, unfortunately this is a known issue, we just haven't figured out the resolution: https://github.com/system-ui/theme-ui/issues/2023 We don't yet support MDX v2, which was recently released. The fix is to downgrade...

Hey @lionmat! You’ve got 4 breakpoints in that example but then are setting 5 values to the breakpoints. There may be a bug in our handling of an edge case...

Interesting, thanks for the report! I suspect this is an issue with configuration & not with the library, as https://theme.hackclub.com/ & our site, which both use the published package versions,...

Ooh, good find! I wonder about the `undefined` title bug then?

I just set up my [next-theme-starter](https://github.com/lachlanjc/next-theme-starter) & used the `ColorPalette` component; everything's working as expected: https://v2f31b-3000.preview.csb.app/ Did we figure out if there's a widespread issue here? Or can we close...

> Just wondering where this stands on the priority list of fixes, or is it a bigger deal/longer term and I should implement the work around mentioned above? Not sure!...

There might be a way to do this, but I’m not aware of it. I’ve run into this as well though.

It looks like Emotion doesn’t directly offer this functionality, so I don’t think Theme UI can/should. The `css` utility we export offers support for parsing Theme UI’s sx type of...

You’re totally right, I missed that, thanks! Yep, it’d be cool to have a package, though I’m not interested in contributing it personally. Did you want to reopen @hasparus?

Yeah, I'm not sure what the best practice is these days. Yarn v2 seems like it was never embraced, but I use npm 7 at work & it's not great...