Roman Fayzullin
Roman Fayzullin
I tried to move `babel-plugin-named-asset-import` from webpack config to babel preset and put it before `@babel/plugin-syntax-dynamic-import` plugin, but it didn't help. Any thoughts how to solve the issue? I'm not...
Another workaround is to use https://github.com/tanem/react-svg
Right now there's no functionality to stop polling without component unmount, but that's a good suggestion, I'll think how to implement it. But I think right now you can create`APIPolling`...
Hmm. There's a [test](https://github.com/lazyd3v/use-api-polling/blob/master/test/use-api-polling.test.tsx#L191) for unmount scenario, so it should work. I'll try to reproduce it in the sandbox