We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to follow readme file to load svg sprite in server side but it's not working
readme
i disabled js and load my page
i tried to use yarn dev and yarn build/start but same issue
yarn dev
yarn build/start
i'm using latest version
my repo to describe the issue: https://github.com/NourSammour/svg-sprite-server-render-issue
any help?
The text was updated successfully, but these errors were encountered:
Same issue.
Sorry, something went wrong.
Seems to be a bug in svg-sprite-loader: JetBrains/svg-sprite-loader#350
4.1.3 (as suggested in the above issue) doesn't work due to #75, but downgrading to 4.1.2 fixed it for me.
("svg-sprite-loader": "4.1.2", in package.json)
"svg-sprite-loader": "4.1.2",
No branches or pull requests
I tried to follow
readme
file to load svg sprite in server sidebut it's not working
i disabled js and load my page
i tried to use
yarn dev
andyarn build/start
but same issue
i'm using latest version
my repo to describe the issue:
https://github.com/NourSammour/svg-sprite-server-render-issue
any help?
The text was updated successfully, but these errors were encountered: