linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## Environment - Linaria version: `6.2.0` - Linaria React version: `6.2.1` - Bundler (+ version): Vite @`5.2.13` - Node.js version: `v22.2.0` - OS: MacOS ## Description When decorating Linaria components...
## Environment - Linaria version: 6.2 - Node.js version: 18.19.0 - OS: MacOS 14.5 - `"next-with-linaria": "^0.7.0"` ## Description I'm migrating from Styled-Components to Linaria. So far pretty great! However...
## Environment - @linaria/core version: 5.0.2 - Bundler (+ version): [email protected] - Node.js version: v18 - OS: Win64 - Chrome: v125.x - run script: `rollup -c --environment NODE_ENV:production` ## Description...
## Environment ~~~ { "next": "13", "react": "^18.2.0", "react-dom": "^18.2.0", "@linaria/babel-preset": "^5.0.4", "@linaria/core": "^6.2.0", "@linaria/react": "^6.2.1", "@mui/material": "^5.15.6", "@wyw-in-js/babel-preset": "^0.5.3", "@wyw-in-js/transform": "^0.5.3", "next-with-linaria": "^0.7.0", } ~~~ - Linaria version: `6.2.0`...
## Environment - Linaria version: @linaria/core 6.2.0, @linaria/react 6.2.1 - Next.js 14.2.5, next-with-linaria 0.7.0 - Node.js version: 20.16.0 - OS: macOS 14.5 ## Description Hi, I'm using Linaria in a...
## Motivation React has removed the `JSX` global namespace in React 19, as a result, it needs to be accessed via the React global namespace now `React.JSX`. ## Summary Access...
## Environment - Linaria version: `6.2.1` - wyw-in-js version: `0.5.4` - Bundler (+ version): Vite `5.3.2` - Node.js version: `18.17.1` - OS: MacOS `14.4.1` WYW config: `useWeakRefInEval: false` ## Description...
## Environment - Linaria version: `6.2.0` - wyw-in-js version: `0.5.0` - Bundler (+ version): Vite `5.3.2` - Node.js version: `18.17.1` - OS: MacOS `14.4.1` ## Description I'm unable to reproduce...
## Describe the enhancement When extending custom components, Linaria's types require that component to have the `style` prop [[link]](https://github.com/callstack/linaria/blob/master/docs/BASICS.md#styling-custom-components) (kudos for setting that requirement in the type system - really...
Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...