John Grishin
John Grishin
After this PR (if merged) it will be required to import `when` function to create type guard for narrowing the `match` input. However, it will no longer require to create...
```sh ❯ npx size-limit ✔ Adding to empty esbuild project Package size is 7 B less than limit Size limit: 270 B Size: 263 B with all dependencies, minified and...
Right when we attempt passing `forwardRef` component to `addFunctionSerializer` (following official [guide](https://vanilla-extract.style/documentation/api/add-function-serializer/)) we get error: ``` Invalid exports. You can only export plain objects, arrays, strings, numbers and null/undefined. ```...