Closed Lukasz-pluszczewski closed 1 year ago
When using IconInfoCircleFilled in Chrome, while icon do show up correctly it seems, Chrome shows the error in console:
Warning: Invalid DOM property `stroke-width`. Did you mean `strokeWidth`?
Here is the example code to reproduce the issue: https://stackblitz.com/edit/vitejs-vite-oa3nlq?file=src/App.tsx
EDIT: I've verified the issue only in @tabler/icons-react not sure if the stroke-width is also used in that icon in other packages.
@tabler/icons-react
yeah, in nevest version I've started use stroke-width in path, it's bug. I'll fix it soon! :)
stroke-width
I've fixed it, I'll release it soon! :) thank you @Lukasz-pluszczewski for issue
When using IconInfoCircleFilled in Chrome, while icon do show up correctly it seems, Chrome shows the error in console:
Here is the example code to reproduce the issue: https://stackblitz.com/edit/vitejs-vite-oa3nlq?file=src/App.tsx
EDIT: I've verified the issue only in
@tabler/icons-react
not sure if the stroke-width is also used in that icon in other packages.