@tanstack/solid-router
Version:
Modern and scalable routing for Solid applications
5 lines • 332 B
JSX
import * as Solid from 'solid-js';
export const matchContext = Solid.createContext(() => undefined);
// N.B. this only exists so we can conditionally call useContext on it when we are not interested in the nearest match
export const dummyMatchContext = Solid.createContext(() => undefined);
//# sourceMappingURL=matchContext.jsx.map