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

Function Blocked

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:3719–3727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3717 }
3718
3719 function Blocked() {
3720 readText('blocked');
3721 return (
3722 <>
3723 <Preloads />
3724 <img src="image2" />
3725 </>
3726 );
3727 }
3728
3729 function App() {
3730 ReactDOM.preload('font', {as: 'font'});

Callers

nothing calls this directly

Calls 1

readTextFunction · 0.70

Tested by

no test coverage detected