Tane Morgan

Results 19 comments of Tane Morgan

Thanks for this PR @ProjectBarks. Sorry for the long delay, things got away on me a bit late last year 😅 Will have a look through the changes and will...

Modified a few things and will merge now. Thanks for your contribution 🎉

Fix for this issue released in `v15.1.21` 🎉 Also created [a live `styled-components` example](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/styled-components) based on the sample code in this issue, which is linked to from the README.

Thanks for the report @gimwachan-git, will take a look ASAP 🙏

@Dignifiedquire: Not sure if you're using `webpack-dev-server` too, but we saw the same thing and have set the following `headers` option: ``` js new WebpackDevServer(compiler, { ... headers: { 'Access-Control-Expose-Headers':...

You're right @darktell - this example is more like ssr compatibility rather than true ssr, since the lib loads the SVG on the client. Thanks for the example @Psykoral 👍...

Hey, thanks for raising this - yea this is a known issue that I haven't had the chance to fix unfortunately: - https://github.com/tanem/react-svg/issues/1024 - https://github.com/tanem/svg-injector/issues/14 There are workarounds mentioned in...

Hey @kaspar-naaber. There's an answer to this question in the FAQ [here](https://github.com/tanem/react-svg?tab=readme-ov-file#faq).