Skip to content

Commit ca8f53c

Browse files
author
Brian Vaughn
committed
Hyperlink fix
1 parent fadadb6 commit ca8f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CellMeasurer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CellSizeCache {
5353
The [default caching strategy](https://github.com/bvaughn/react-virtualized/blob/master/source/CellMeasurer/defaultCellSizeCache.js) is exported as `defaultCellMeasurerCellSizeCache` should you wish to decorate it.
5454
You can also pass `uniformRowHeight` and/or `uniformColumnWidth` named parameters to the constructor for lists with a uniform (yet unknown) cell sizes.
5555

56-
An [id-based caching strategy](id-based-cell-size-cache) is also available for data that may be sorted.
56+
An [id-based caching strategy](#id-based-cell-size-cache) is also available for data that may be sorted.
5757
This strategy maps data ids to cell sizes rathe than index so that the sorting order of the data does not invalidate sizes.
5858

5959
### Examples

0 commit comments

Comments
 (0)