Piotr Monwid-Olechnowicz

Results 140 comments of Piotr Monwid-Olechnowicz

![](https://pbs.twimg.com/media/Dof8xLpW4AAaglS.jpg) This is of course my local module cached gazillion times. Yarn: 1.9.4

Hey folks, I just wanted to mention that I resolved my **_" Cannot find namespace 'GatsbyTypes'."_** problem by adding ```tsx import "./src/__generated__/gatsby-types"; ``` to my `gatsby-config.ts`. I hope it helps...

@sikhaman It's not planed in foreseeable future, sorry. You can copy the Checkbox component into your codebase and change the icons there.

:rocket: Issue was released in [`v0.16.0`](https://github.com/system-ui/theme-ui/releases/tag/v0.16.0) :rocket:

This might be already fixed after we migrated to PNPM. We gotta test it with Yarn 3 and make sure it installs flawlessly. cc @lachlanjc

Quoting from my post in the discussion: > Note for myself: Peer deps are now transitive and need to be explicitly listed in all libraries. We need a CI check...

:rocket: Issue was released in [`v0.15.5`](https://github.com/system-ui/theme-ui/releases/tag/v0.15.5) :rocket:

@LekoArts sorry for pinging you here, but would you have some advice what should we do? Compiling away JSX in themes and plugins seems to clash with the possibility of...

I didn't notice any problems in an empty TS project with shades as the only dependency, but I managed to get stuck on loading a few times just pasting examples...