MCPcopy Create free account
hub / github.com/LearnPrompt/LearnPrompt / onRouteDidUpdate

Function onRouteDidUpdate

src/clientModules/routeModules.js:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10export function onRouteDidUpdate() {
11 if (ExecutionEnvironment.canUseDOM) {
12 setTimeout(() => {
13 window.emitter.emit('onRouteDidUpdate');
14 });
15 }
16 // https://github.com/facebook/docusaurus/issues/8278
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected