JaleelB / emblor

A fully-featured tag input component built with shadcn/ui
https://emblor.jaleelbennett.com
MIT License
674 stars 31 forks source link

Invalid DOM property `stroke-linejoin` #28

Closed lazear closed 5 months ago

lazear commented 5 months ago

Thanks for the awesome project and great documentation website.

I see an error in the console (Firefox) from rendering the tags:

Warning: Invalid DOM property `stroke-linejoin`. Did you mean `strokeLinejoin`?

Appears to be from here: https://github.com/JaleelB/emblor/blob/98e5329d27254dd79cd2b435c3871c42b199367e/packages/emblor/src/tag/tag.tsx#L134

And looks like also occurrence here: https://github.com/JaleelB/emblor/blob/98e5329d27254dd79cd2b435c3871c42b199367e/packages/emblor/src/ui/command.tsx#L53