Jon Sadka
Jon Sadka
Hi team, I am using the HLS component and for some reason the video is loading everywhere **except** Safari on iPhone. All I see is the poster image but the...
**Issue:** Per Styletron [docs](https://styletron.org/concepts#keyframes), keyframes takes the entire animation object to be set as `animationName`, however TypeScript throws an errors because `animationName` should be equal to `Property.AnimationName | undefined` per...
We cannot guarantee that `onRenderBody` gets called after `wrapRootElement` in series. Because of this, we need to namespace the styletron instance so it does not get blow away if `wrapRootElement`...