Skip to content
New issue

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

svg sprite server side rendering is not working #163

Open
NourSammour opened this issue Jun 10, 2020 · 2 comments
Open

svg sprite server side rendering is not working #163

NourSammour opened this issue Jun 10, 2020 · 2 comments

Comments

@NourSammour
Copy link

NourSammour commented Jun 10, 2020

I tried to follow readme file to load svg sprite in server side
but it's not working

i disabled js and load my page

image

i tried to use yarn dev and yarn 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?

@7iomka
Copy link

7iomka commented Jun 19, 2020

Same issue.
image

@markstreich
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants