File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ import LoadingCacheValue from "./LoadingCacheValue.mjs";
66import useCache from "./useCache.mjs" ;
77
88/** @typedef {import("./useAutoLoad.mjs").default } useAutoLoad */
9+ /** @typedef {import("react-waterfall-render/waterfallRender.mjs").default } waterfallRender */
910
1011/**
1112 * A React hook to load a {@link Cache.store cache store} entry if the
12- * [waterfall render context](https://github.com/jaydenseric/react-waterfall-render#member-waterfallrendercontext)
13- * is populated, i.e. when
14- * [waterfall rendering](https://github.com/jaydenseric/react-waterfall-render#function-waterfallrender)
15- * for either a server side render or to preload components in a browser
16- * environment.
13+ * {@link WaterfallRenderContext waterfall render context} is populated, i.e.
14+ * when {@link waterfallRender waterfall rendering} for either a server side
15+ * render or to preload components in a browser environment.
1716 * @param {import("./Cache.mjs").CacheKey } cacheKey Cache key.
1817 * @param {import("./types.mjs").Loader } load Memoized function that starts the
1918 * loading.
You can’t perform that action at this time.
0 commit comments