Joel Sweetman
Joel Sweetman
Same problem here. 
> Hi, > > I am facing the same problem with the curve of my "B"s. Did you find a solution? > > I tried using the curve of my...
I was running into an issue where Babel was transpiling the file under these settings: ``` options: { sourceMap: true, presets: ['@babel/preset-env', {}], targets: '> 0.25%, not dead, not ie...
This solution worked for me: https://github.com/jawj/OverlappingMarkerSpiderfier/issues/103#issuecomment-327900374 Make sure to also use the un-minified version of the library, or else the posted solution won't work since the minified version mangles the...
I've noticed a few people have run into this problem (myself included). This posted solution worked for me: https://github.com/jawj/OverlappingMarkerSpiderfier/issues/103#issuecomment-327900374 It's important that the **un-minified version** of the library is also...
@spoonofmilk Your link seems to direct to a login screen. 
I've noticed a few people have run into this problem (myself included). This posted solution worked for me: https://github.com/jawj/OverlappingMarkerSpiderfier/issues/103#issuecomment-327900374 It's important that the **un-minified version** of the library is also...
@Nodlik I think everything is all good with this PR. Can this one please be merged? It will fix this issue: https://github.com/Nodlik/react-pageflip/issues/32
https://github.com/jaredpalmer/formik/issues/3369#issuecomment-1643302727 This wasn't working for me either, but then I but then I realised `setTouched()` is actually asynchronous. Since your code is in a useEffect(), adjusting the setTouched and setErrors...
Thanks for that. It would also be worth checking these pages: - https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/atan - https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/asin - https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/acos These also contain a similar line, resembling: > The function contains a single...