Terry Mun-Andersen
Terry Mun-Andersen
When installing `typed-css-modules` I realized that it is also installing esbuild. My first response is to move it to a devDependency, but it turns out that the package is not...
### Describe the bug As Next.js RC for v15 has been released for testing, I'm investigating if it is possible to perform an upgrade of a Next.js app containing a...
`eslint@9` adds support for new flat config files, and these new extensions should be reflected in the file associations for eslint. The new config files are: - `eslint.config.mjs` - `eslint.config.cjs`...
### Which react-spring target are you using? - [x] `@react-spring/web` - [ ] `@react-spring/three` - [ ] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...
### Describe the bug I've managed to get syntax highlighting for SCSS to work by adapting the code from this comment: https://github.com/storybookjs/storybook/issues/25307#issuecomment-3304336800 ```ts import type { Preview } from '@storybook/react-vite';...