MCPcopy
hub / github.com/nfl/react-helmet / warn

Function warn

src/HelmetUtils.js:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 : global.cancelAnimationFrame || cafPolyfill;
295
296const warn = msg => {
297 return console && typeof console.warn === "function" && console.warn(msg);
298};
299
300let _helmetCallback = null;
301

Callers 2

warnOnInvalidChildrenMethod · 0.90
getTagsFromPropsListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…