Open
Description
Hello @Alexandrshy
I tried to implement your lib in a project of mine. I've noticed, I had to wrap each button in a span to work correctly. Without, only the first button was displayed. Any idea what is causing this?
My code:
<facebook-button
isBlank="false"
btnText="Post"
/>
<twitter-button
isBlank="false"
btnText="Tweet"
/>
<reddit-button
isBlank="false"
btnText="Post"
/>
Expected Behavior
Actual Behavior
Work around:
<span>
<facebook-button
isBlank="false"
btnText="Post"
/>
</span>
<span>
<twitter-button
isBlank="false"
btnText="Tweet"
/>
</span>
<span>
<reddit-button
isBlank="false"
btnText="Post"
/>
</span>
Maybe I'm doing something wrong? While it looks pretty straight forward I'm not sure...
Cheers,
Peter
Metadata
Metadata
Assignees
Labels
No labels