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
warning(0===changedKeys.length,`ScriptjsGoogleMap doesn't support mutating url related props after initial render. Changed props: %s`,`[${changedKeys.join(", ")}]`);
52
-
}
21
+
warning(false,
22
+
`"async/ScriptjsGoogleMap" is deprecated now and will be removed in next major release (5.0.0). Use "async/ScriptjsLoader" instead.
23
+
See https://github.com/tomchentw/react-google-maps/pull/150 for more details.`
warning(0===changedKeys.length,`ScriptjsLoader doesn't support mutating url related props after initial render. Changed props: %s`,`[${changedKeys.join(", ")}]`);
0 commit comments