From 9a84c42b73ccb48f98e5036cef7d923908d087e8 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 18 May 2020 18:19:17 -0400 Subject: [PATCH] Update --- packages/react-json-tree/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-json-tree/README.md b/packages/react-json-tree/README.md index 6488813c..03b1f38b 100644 --- a/packages/react-json-tree/README.md +++ b/packages/react-json-tree/README.md @@ -144,7 +144,7 @@ Their full signatures are: - `sortObjectKeys: boolean | function(a, b)` - sorts object keys with compare function (optional). Isn't applied to iterable maps like `Immutable.Map`. - `postprocessValue: function(value)` - maps `value` to a new `value` - `isCustomNode: function(value)` - overrides the default object type detection and renders the value as a single value -- `collectionLimit: number` - sets the number of nodes that will be rendered before rendering them in collapsed ranges +- `collectionLimit: number` - sets the number of nodes that will be rendered in a collection before rendering them in collapsed ranges - `keyPath: (string | number)[]` - overrides the initial key path for the root node (defaults to `[root]`) ### Credits