MCPcopy
hub / github.com/remix-run/react-router / unblockClientLoader

Function unblockClientLoader

integration/split-route-modules-test.ts:245–249  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

243}
244
245async function unblockClientLoader(page: Page) {
246 await page.evaluate(() => {
247 (globalThis as any).blockClientLoader = false;
248 });
249}
250
251test.describe("Split route modules", async () => {
252 test.describe("enabled", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…