MCPcopy
hub / github.com/preactjs/preact / tryNestedRenderBroken

Function tryNestedRenderBroken

test-utils/test/shared/act.test.jsx:388–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 };
387
388 const tryNestedRenderBroken = () => {
389 act(() => {
390 tryRenderBroken();
391 });
392 };
393
394 describe('synchronously', () => {
395 it('should rethrow the exception', () => {

Callers 1

act.test.jsxFile · 0.85

Calls 2

actFunction · 0.90
tryRenderBrokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…