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 need to change googleMaps language on the run, to do this I need to re-fetch google maps script with the right locale.
But when the HOC withScriptjs receive a new value for googleMapURL prop, the new URL is not fetched. Actually, withScriptjs file does not implement this behavior.
Did I miss something? Maybe @tomchentw you know why?
Can I contribute to solving this?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I need to change googleMaps language on the run, to do this I need to re-fetch google maps script with the right locale.
But when the HOC
withScriptjs
receive a new value forgoogleMapURL
prop, the new URL is not fetched. Actually,withScriptjs
file does not implement this behavior.Did I miss something? Maybe @tomchentw you know why?
Can I contribute to solving this?
Thanks
The text was updated successfully, but these errors were encountered: