-
### Is your proposal related to a problem?
My situation is, I have components that pass an SVG icon to another component, because the SVG instance always changes, I have a lot of unnecessary re-rende…
-
I hope someone can help with this, as I see last update was 7 months ago, and svgr/core is 10 months ago.
I am using `vite-plugin-svgr` `4.2.0` and we are getting a mend/whitesource License Policy…
-
In my React TS project with vite and `"vite-plugin-svgr": "^4.2.0"` I start getting error:
> Type '{ className: string; }' is not assignable to type 'IntrinsicAttributes'.
> Property 'className'…
-
Going through the TypeScript types for `Config` in `@svgr/core`, it's missing two options still listed in the website but that no longer exist in the code: `ignoreExisting` and `indexTemplate`.
```…
-
### What problem does this feature solve?
```ts
import { pluginReact } from '@rsbuild/plugin-react';
import { type LibConfig, defineConfig } from '@rslib/core';
export default defineConfig({…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### M…
-
Is it possible to use svg in SWC (Speedy Web Compiler)?
-
Hello, it would be awesome if we could configure SVGR using CRACO.
CRA seems to have SVGR configured by default, but there are no options to customize the config it like you can with babel and othe…
-
I am encountering a persistent vulnerability issue with react-scripts related to the nth-check package in our prismacloudscan.
Despite making multiple attempts to update the dependencies manually a…
-
This idea comes from the chat with @mor10 in #14590 where he shared how one can extend default webpack config with custom loaders. It sparked my interest as we still can improve our workflow around us…