<!-- Love SVGR? Please consider supporting our collective: ๐ https://opencollective.com/svgr/donate --> ## ๐ Bug Report I'm getting compiler errors with svgr 7 with "skipLibCheck": false ```text node_modules/@svgr/core/dist/index.d.ts:1:25 - error TS2307: Cannot find module 'prettier' or its corresponding type declarations. 1 import { Options } from 'prettier'; ~~~~~~~~~~ node_modules/@svgr/core/dist/index.d.ts:2:36 - error TS2307: Cannot find module 'svgo' or its corresponding type declarations. 2 import { Config as Config$1 } from 'svgo'; ~~~~~~ Found 2 errors in the same file, starting at: node_modules/@svgr/core/dist/index.d.ts:1 ``` ## To Reproduce Steps to reproduce the behavior: See https://github.com/1EDExg0ffyXfTEqdIUAYNZGnCeajIxMWd2vaQeP/svgr-7-compiler-error/tree/b66511f30a53c3ba7b36df478a964b780bdef4ae ## Expected behavior No compiler error ## Link to repl or repo (highly encouraged) See https://github.com/1EDExg0ffyXfTEqdIUAYNZGnCeajIxMWd2vaQeP/svgr-7-compiler-error/tree/b66511f30a53c3ba7b36df478a964b780bdef4ae ## System info ```bash ## System: - OS: Linux 5.15 Ubuntu 20.04.6 LTS (Focal Fossa) - CPU: (2) x64 AMD EPYC 7763 64-Core Processor - Memory: 4.98 GB / 7.75 GB - Container: Yes - Shell: 5.0.17 - /bin/bash ## Binaries: - Node: 20.6.1 - ~/nvm/current/bin/node - Yarn: 1.22.19 - /usr/bin/yarn - npm: 9.8.1 - ~/nvm/current/bin/npm - pnpm: 8.7.5 - ~/nvm/current/bin/pnpm ## npmPackages: - @svgr/core: ^7.0.0 => 7.0.0 ``` If v7 is not supported anymore, you can of course close this issue.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by 1EDExg0ffyXfTEqdIUAYNZGnCeajIxMWd2vaQeP and has received 1 comments.