Piotr Monwid-Olechnowicz
Piotr Monwid-Olechnowicz
**Discussed in https://github.com/system-ui/theme-ui/discussions/2014** _@theme-ui/prism_ crashes when `className` prop is not passed. It's a bit counterintuitive, so let's handle it. See the sandbox and comment out both `className` and `sx`. https://codesandbox.io/s/theme-ui-prism-crash-oqz29?file=/src/App.js
`@theme-ui/editor` has about 1000 weekly downloads, and a few nicer alternatives mentioned in our Resources section. I want to motion to deprecate `@theme-ui/editor` and in its place recommend alternatives and...
I feel that we should advise people to combine low-level Theme UI packages to use only what they need. For example, most folks won't need MDX Provider. Some Theme UI...
Tests in `@theme-ui/color` need an update to include the logic from `@theme-ui/custom-properties`, not only the expected result of it.
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
Just found a bug. Keyboard controls on radio inputs with "name" set don't work when "paper-radio" class is applied. Steps to reproduce: 1. Go to https://www.getpapercss.com/docs/components/forms/ 1. Focus one of...
https://github.com/FormidableLabs/react-game-kit/blob/e9797f473913a67efe17fae2ed1b991d2508d53e/src/components/loop.js#L38-L48 Since `Loop` doesn't say anything about rendering, maybe we could change this div to React.Fragment? I'm happy to make a PR if it's okay.
Given recursive type `toEqual` fails with `TS2589`. ```ts import { expect } from 'earljs' export type json = | string | number | boolean | null | json[] | {...
This is karma for using a phantom type. @krzkaczor, I've sent you a wall of text on Discord.