paco

Results 11 issues of paco

#### Do you want to request a *feature* or report a *bug*? Bug #### What is the current behavior? React throws an error because styled-jsx attempts to add a className...

I have a UI in which the toggle thumb should remain white on both light and dark mode: ![basics paco sh_](https://user-images.githubusercontent.com/34928425/126082987-d51de0a7-b473-4998-ba79-47299f81f579.png) ![basics paco sh_ (1)](https://user-images.githubusercontent.com/34928425/126082988-5e5bdae4-d562-4301-b954-fef482824089.png) This doesn't seem possible with...

We should set up a GitHub action to test changes made in every PR via the existing Playwright setup. Would complement nicely with the Vercel deployment.

help wanted
good first issue

The library size can be minified by mangling object properties like `.filtered`. I think https://github.com/vercel/swr uses some tricks for this, like exporting things from barrel files or using TS enums....

enhancement
good first issue

Probably just need to add a new webpack loader to handle the file type

good first issue

On pages like https://swr.vercel.app/docs/options#return-values, the sidebar highlighted item is "Options" instead of "Return Values" because we don't trigger the active sidebar item until we scroll up a bit further. We...

bug

Safari will fire pointer events when navigating via the keyboard, annoyingly causing the active index to jump back up to where the cursor is resting. Instead, these should be ignored...

bug
enhancement

Goals: - Simplify the `theme`, `forcedTheme`, `resolvedTheme`, `systemTheme` mess - Add support for controlling `theme-color`, either with a CSS variable or a mapping

**Describe the bug** The desk tool crashes when opening a draft document. ``` Error: editOpsOf does not expect a draft id. at getIdPairFromPublished (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-SZUASH76.js?v=5cad09ac:109455:11) at Object.editState (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-SZUASH76.js?v=5cad09ac:109517:31) at http://localhost:3333/node_modules/.sanity/vite/deps/chunk-SZUASH76.js?v=5cad09ac:133233:31 at...

bug