The result of
{
justifyContent: 'space-evenly'
}
Gets turned into
{
WebkitBoxPack: "space-evenly",
justifyContent: "space-evenly"
}
"-webkit-box-pack" doesn't allow the value of "space-evenly": https://developer.mozilla.org/en-US/docs/Web/CSS/box-pack
The result of
Gets turned into
"-webkit-box-pack" doesn't allow the value of "space-evenly": https://developer.mozilla.org/en-US/docs/Web/CSS/box-pack