Piotr Monwid-Olechnowicz

Results 140 comments of Piotr Monwid-Olechnowicz

Hey @naveensrinivasan. Thank you for the interest in Theme UI. I'm sorry to say that, but we're unfortunately not going to merge this. As a rule of thumb, we are...

Aren't all functions dependent on colors unsafe in SSR?

@web-programmer-here, use `--legacy-peer-deps` for now as a workaround until a new version of Theme UI is released.

@john20xdoe Please use `--legacy-peer-deps` for now. MDX 1 doesn't depend on React 17, it was just written at the time React 17 was the newest version.

Thanks for the issue @lbebber! Great catch!

> I spent many hours trying to figure out how to build upon the styling for Components I saw in the documentation. For example, https://theme-ui.com/components/radio . It was non-trivial to...

I think that part of the docs was more of _"How does Theme UI color modes logic work?"_ instead of _"How to define your color modes?_". We might need to...

@braaar TBH I'm not sure if it would build at all if you mean the deep import `../../color`. I see no reason not to import `{ getColor } from '@theme-ui/color'`...

This is definitely something I broke while fixing color modes flash — previously we always started with default color mode and you could see the colors (except background and text)...