What browser versions does Storybook support? #29119
Unanswered
JamesIves
asked this question in
Documentation
Replies: 1 comment
-
@ndelangen would know best but he's on vacation. Chrome 100 as I recall. As a workaround, one thing you could try is to:
Dunno whether it will help, but generally the Story iframe is under your control, whereas the outer iframe is owned by Storybook |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to asses some older browser support for my component library, however I'm unable to as Storybook doesn't seem to load as far back as Chrome 60+. We rely pretty heavily on Storybook for our testing/developer environments and have a sudden need to support these older versions.
My questions are:
The nuclear option is to just load a separate environment with all of my components to validate these things, but that's likely going to be very time consuming considering the size.
Beta Was this translation helpful? Give feedback.
All reactions