Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Props "class" is no longer recognized in new version #5

Closed
Tony4469 opened this issue Nov 10, 2020 · 0 comments
Closed

Props "class" is no longer recognized in new version #5

Tony4469 opened this issue Nov 10, 2020 · 0 comments

Comments

@Tony4469
Copy link

Hi,

Thank you for the amazing job you are doing with this library!

I just updated my dependancies to the latest version, and I noticed that the "class" props is no longer recognize.

For instance :
<feather type="star" size="12" tag="div" class="d-flex cursor-pointer ml-2" />

will generate a div with the following class :
class="feather feather--star"
instead of :
class="d-flex cursor-pointer ml-2 feather feather--star"
that it used to generate before.

I am rolling back for the moment to the previous version. Can you please tell me if this is just a temporary bug or if I should migrate all my pre-existing code to adapt to this? (hoping it's the first one to be honest :) )

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant