Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 413a025

Browse files
authored
add hint about cached data values
see #31
1 parent c02b50b commit 413a025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ interface IViolinItem extends IBaseItem {
171171
}
172172
```
173173

174+
**Note**: The statistics will be cached within the array. Thus, if you manipulate the array content without creating a new instance the changes won't be reflected in the stats. See also [CodePen](https://codepen.io/sgratzl/pen/JxQVaZ?editors=0010) for a comparison.
175+
174176
## Building
175177

176178
```sh

0 commit comments

Comments
 (0)