present-g
present-g
**What's happening** This [documentation](https://craco.js.org/recipes/use-linaria/) for [Linaria](https://github.com/callstack/linaria?tab=readme-ov-file#setup) is outdated. The proposed plugin [craco-linaria](https://github.com/jednano/craco-linaria) is outdated and refers to an old version of the Linaria loader **What should happen** Documentation must comply...
If the SVG contains **rect**, **line**, **circle**, etc. during conversion, the SVG does not display these parts
A critical error occurs during initialization. Are there plans to switch to React 18, and when?
When using `css`, the syntax highlighting breaks. Example code: ```ts const StylesWithCss = css` margin: 0; background: red; & > * { /* valid highlight */ margin: 10px; } `;...