You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering an icon with lucide-react, the kebab-cased class name is inconsistent with the corresponding entry in iconNames.
Example with AArrowDown icon:
Class attribute: class="lucide lucide-aarrow-down"
In iconNames: a-arrow-down
Example with Loader2 icon:
Class attribute: class="lucide lucide-loader2"
In iconNames: loader-2
Root cause appears to be in the toKebabCase function.
Steps to reproduce
N/A
Checklist
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
Package
Version
0.477.0
Can you reproduce this in the latest version?
Browser
Operating system
Description
When rendering an icon with
lucide-react
, the kebab-cased class name is inconsistent with the corresponding entry iniconNames
.Example with
AArrowDown
icon:class="lucide lucide-aarrow-down"
iconNames
:a-arrow-down
Example with
Loader2
icon:class="lucide lucide-loader2"
iconNames
:loader-2
Root cause appears to be in the
toKebabCase
function.Steps to reproduce
N/A
Checklist
The text was updated successfully, but these errors were encountered: