You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I just updated my graphiql to 0.8.0 (latest release as of today), and everything broke - I mean the UI is completely messed up:
I have checked this in the latest opera, latest edge and latest firefox, all with the same results.
It seems like this commit replaced display: flex with vendor-prefixed flex alternatives, but almost all browsers have stopped supporting the vendor prefixes for flex (even Chrome dropped support recently). I also see that a more recent commit added auto-prefixr to graphiql but that version has not yet been published to npm yet. Can it be published soon?
The text was updated successfully, but these errors were encountered:
Hello, I just updated my graphiql to 0.8.0 (latest release as of today), and everything broke - I mean the UI is completely messed up:
I have checked this in the latest opera, latest edge and latest firefox, all with the same results.
It seems like this commit replaced
display: flex
with vendor-prefixed flex alternatives, but almost all browsers have stopped supporting the vendor prefixes for flex (even Chrome dropped support recently). I also see that a more recent commit added auto-prefixr to graphiql but that version has not yet been published to npm yet. Can it be published soon?The text was updated successfully, but these errors were encountered: