jburghardt
jburghardt
Yes, the sprite.build you export is transpiled, but when pointing to my own sprite module i get an error. even if i only import the sprite module and export it...
Yes, this does work. but is there a way to set id and style from here ? calling the constructor does not work
Rendering this server side should not work, right ?
We use SSR and need to be in full controll of the HTML output. right now the html output contains id="__ SVG_SPRITE_NODE __" and a style="position: absolute; width: 0; height:...
Server side rendering part is working great, but changing id and style is not. Setting the HTML output in the Components where svgs are rendered is no option for me....
No Problem, i appreciate the concern ! maybe something like this would help ? we already have a direct configuration for symbolID. ```js loader: 'svg-sprite-loader', options: { svgId: 'mysvgID', svgClass:...
Yes, i think that will do
Any change to bring it to work with custom components ?
I dont think this is still maintained. as for @OllieJennings sandbox code, i rewrote it a bit to fit my needs: https://codesandbox.io/s/50ky74y6yn
thanks for the quick answer. any plans on reviving this project, if it needs any reviving at all ? or are there any packages that will catch server side errors...