MCPcopy
hub / github.com/facebook/react / shouldSetTextContent

Function shouldSetTextContent

packages/react-art/src/ReactFiberConfigART.js:375–379  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

373export const noTimeout = -1;
374
375export function shouldSetTextContent(type, props) {
376 return (
377 typeof props.children === 'string' || typeof props.children === 'number'
378 );
379}
380
381let currentUpdatePriority: EventPriority = NoEventPriority;
382

Callers 2

updateHostComponentFunction · 0.90
popHydrationStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected