While working with react 0.14 and Foundation 5.5.2, I have come across an interesting observation regarding Foundation's button groups. When I manually write them in HTML, the button groups expand to fill the entire horizontal space. However, when I use React to render them using the same code, they do not fill the space as expected.
I compared the CSS styles between the two versions using a diff tool but did not find any discrepancies. Even upon inspecting the code, no noticeable differences were found. I also tested this on different browsers, yet the issue persisted.
To illustrate the problem, I created a JS-fiddle. The demonstration clearly shows that while the button groups manually coded in HTML span the full width, the ones rendered by React do not.
.