Memory leak
Latest version of package (3.1.4) causing memory leak (heap out of memory)
Can you provide reproduction? Did you check only last version or are you facing this issue after updating from 3.1.3?
Can you provide reproduction? Did you check only last version or are you facing this issue after updating from 3.1.3?
I couldn't reproduce it in small stackblitz project right now, will try later. Yes, issue appeared in 3.1.4 and reverting to 3.1.3 resolve the issue.
It is strange. InlineSvg component was not changed during 3.1.3 -> 3.1.4 update. There are only changes in .d.ts types
It is strange. InlineSvg component was not changed during 3.1.3 -> 3.1.4 update. There are only changes in .d.ts types
it fails on project types check, tsc --noEmit
If it fails on type check, then I suppose the issue is not a memory leak.
If InlineSvg's d.ts causes your tsc to fail, then probably you should use skipLibCheck option?
Starting from v4.0.0 type definitions are generated by tsc so there should be no issues with them