Description
Stack accepts a justify prop that is supposed to align with the justify-content CSS property. But setting it has no effect other than setting the data-justify attribute on the HTML element - it doesn't update the CSS.
Steps to reproduce
<Stackjustify="space-between"><span>a</span><span>b</span></Stack>
Version
v36.17.0
Browser
Chrome
Description
Stackaccepts ajustifyprop that is supposed to align with thejustify-contentCSS property. But setting it has no effect other than setting thedata-justifyattribute on the HTML element - it doesn't update the CSS.Steps to reproduce
Version
v36.17.0
Browser
Chrome