MCPcopy Create free account
hub / github.com/googlemaps/js-api-loader / logError

Function logError

src/messages.ts:62–64  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

60const __DEV__ = process.env.NODE_ENV !== 'production';
61
62export const logError = (message: string) => {
63 console.error(`[@googlemaps/js-api-loader] ${message}`);
64};
65
66export const logDevWarning = __DEV__
67 ? (message: string) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…