Ollie Kavanagh
Ollie Kavanagh
I managed to get around this for now by adding the following to ul[rn-carousel] ``` ul[rn-carousel] { height: 100%; min-height: 100%; } ``` That works for me on android/iOS.
Any chance of getting this merged?
I'm seeing this suddenly after a Netlify deploy. I can't replicate locally and now I can't get it to work properly when building. You can see it on https://dj.olliekav.com, the...
@marvinhagemeister wow, I really appreciate you looking at this so quickly, and giving me a code review 🙏. I'd just moved all my class components to hooks + functional components...
@marvinhagemeister So I just made these updates, but I'm seeing the same outcome on https://dj.olliekav.com. It's very random between hard & soft refreshes as @jedlikowski mentioned above.
So the only way I could get the order to reliably work in my case, was to wrap the provider `{props.children}` in an extra container. ```js return ( {props.children} );...
> Are you using `createPortal` for these components by any chance? Nope.
> `React-modal` seems to be, that's where the issue presents itself Ah, interesting. I'll do some tests shortly with that 👍
Okay, thanks for having a look. Just ironing out a few last bugs then I'll send you a link. On 16 Feb 2015 09:46, "Ross Allen" [email protected] wrote: > I...
Ok, no problem. I'll look at a work around for now. Cheers.