Vladislav Buinovski

Results 4 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).