Ian Langworth ☠
Ian Langworth ☠
I tried running this project locally and can't get them to show up in Firefox or Chrome either.
This is an ongoing request: https://github.com/react-native-maps/react-native-maps/discussions/4440 The current solution is to use Google Maps on iOS.
Still relevant
Still relevant
@reegodev Did you ever find a solution to this? We're seeing theses errors with Bugsnag on Vercel with Next.js. ``` 2023-05-22T22:39:23.893Z 63d97795-12a8-44f3-xxxx-ce59ec51770f INFO [bugsnag] Delivery may be unsuccessful: flush timed...
Wow, thanks for this! Any chance you'd be willing to open a PR?
Please merge! This would be helpful.
We're seeing this as well. CC @sacenox
+1 for resolving this, either by including a source map in the build or by removing the line. We see an error with Chrome for this when serving our bundles...
I found that `GLGE.Collada` supports callbacks when finished. This might work: ``` var assetFinished = (function() { var NUM_ASSETS = 2; var count = 0; return function() { if (++count...