Skip to content

Commit bee497a

Browse files
committed
Fix JSDoc links.
1 parent 8597528 commit bee497a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

useWaterfallLoad.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ import LoadingCacheValue from "./LoadingCacheValue.mjs";
66
import 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.

0 commit comments

Comments
 (0)