MCPcopy Index your code
hub / github.com/facebook/react / warn

Function warn

fixtures/attribute-behavior/src/App.js:215–217  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

213
214let _didWarn = false;
215function warn(str) {
216 _didWarn = true;
217}
218
219/**
220 * @param {import('react-dom/server')} serverRenderer

Callers 1

dangerfile.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected