What browser versions does Storybook support? #29119
-
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.
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.
@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