vezetvsem/react-classname-prefix-loader

Issue with attributes

Opened this issue · 0 comments

Hi,

I think I've find an issue with react attributes:

?prefix=foo

Input:
<button type="button" className="my-button"/>
Output:
<button type="foo-button" class="foo-my-button" />

Best regards,
Oszkar