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
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