svg-sprite-loader
svg-sprite-loader copied to clipboard
Cannot read property 'version' of undefined
Do you want to request a feature, report a bug or ask a question? Bug
What is the current behavior?
I get the error Cannot read property 'version' of undefined
What is the expected behavior? It should work fine without error.
I keep getting the Cannot read property 'version' of undefined error using svg-sprite-loader with next-optimized-images (Next.js), and only if I use Webpack 5 through next.config.js (using Webpack 4.x everything works fine).
Please tell us about your environment:
- Node.js version: v12.16.3
- webpack version: v5.x
- svg-sprite-loader version: v6.0.5
- OS type & version: Mac BigSur
Is there a solution?
Or other solutions?
Please provide a repository with a reproduced issue.
Please provide a repository with a reproduced issue.
https://github.com/AlexisWalravens/svg-sprite-loader-nextjs-bug-example
I made a PR for this issue (#452). Could be that this is actually an issue on Next.js's side, but don't have the in-depth knowledge to say anything about that.
Now i get this error -> https://github.com/JetBrains/svg-sprite-loader/issues/449