Vladislav Buinovski

Results 6 issues of Vladislav Buinovski

## ☕️ Reasoning What changes are being made? What feature/bug is being fixed here? Export types for adapters were missing from the `exports` filed in `package.json` and are added by...

**Is your feature request related to a problem? Please describe.** We need to pass additional args to the fetcher, e.g., a `signal` which is currently impossible with a generated code...

**Maintainer Edits/Notes:** For those who want to use style9 in Next.js 13's `appDir` + Server Components, use `style9-webpack/next-appdir` instead of `style9-webpack/next` for now. For those who want to know why...

The `useMemo` hook is allowed for use in RSC, although this is not written in the official documentation. An example of using this hook in RSC can be found [here](https://github.com/vercel/react-tweet/blob/3367f07a2177462af1d05d62b1785bb9aa4ab787/packages/react-tweet/src/twitter-theme/embedded-tweet.tsx#L21-L22).

## Problem The plugin is not compatible with ESLint 9 due to usage of deprecated APIs. ## Error Message TypeError: context.getScope is not a function Occurred while linting `.../src/Button.tsx:1` Rule:...

### Describe the bug With certain arguments it is not possible to parse the CSS function `oklch`, as a result of which the following error occurs: - Expected 'e', 'pi',...

C-bug