You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering this next error while testing a component that uses a 3rd party library that uses google maps API:
I made this work by searching which property it is trying to read and mocking it by extending the global.window.google object you create with the method initialize() like this:
So my request is to add that mock for that particular flag. Thank you!
The text was updated successfully, but these errors were encountered:
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.
@Somacros Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:
Hello!
I'm encountering this next error while testing a component that uses a 3rd party library that uses google maps API:
I made this work by searching which property it is trying to read and mocking it by extending the global.window.google object you create with the method initialize() like this:
So my request is to add that mock for that particular flag. Thank you!
The text was updated successfully, but these errors were encountered: