Chris Drackett
Chris Drackett
I'm not able to reproduce this. Can you create a breaking example and/or provide more code?
I think this library could probably be updates to both not crash and work on older react versions :D I plan on circling back to this library soon as I...
``` Log ``` I haven't updated this package yet and I'm still hardcoding the width of the picker, FYI
I'm running into this as well. If I go in and edit the card, it'll then work, but before editing it won't show up at all.
ok, was able to recreate this on a small scale. I wonder if this is related to our other issues. in this branch: https://github.com/chrisdrackett/next-external-test/tree/broken if you comment out the code...
no worries, I'll use these files myself, just thought others might want them as well. I did use the sketch files as a base, but needed to switch the child...
I just came here to open this same PR. If there are two different formats returned by different things maybe this should list both and link them correctly?
I'm using this from `BackgroundGeolocation.getCurrentPosition` fyi, I'm getting an ISO-8601 string for timestamp: `"2021-07-22T22:12:02.393Z"`
I'm currently achieving this by measuring the area that contains the scrollview and then setting the scrollview content (on safari only) to be slightly larger than this area. Maybe this...
no, Chrome as far as I'm aware does not support bounce or overflow scrolling: https://caniuse.com/#feat=mdn-css_properties_-webkit-overflow-scrolling that being said, it does seem to work on the top level view (body?) but...