Closed
Description
Hi 👋
So these snapshots pass locally and in CI, but not in codesandbox. https://codesandbox.io/s/249l243k5j
All the differences are in the style prop:
- style="display: flex;"
+ style="display: flex; justify-content: space-around; align-items: center;"
I'm not sure why though... Seems like a bug.