We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436da9 commit eae5f87Copy full SHA for eae5f87
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.4.1
2
+
3
+### Bug Fixes
4
5
+- [React warning when rendering empty array or object and then changing the `data` property](https://github.com/AnyRoad/react-json-view-lite/issues/47)
6
7
## 2.4.0
8
9
### New Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-json-view-lite",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "JSON viewer component for React focused on performance for large volume input while still providing few customiziation features",
"homepage": "https://github.com/AnyRoad/react-json-view-lite",
"author": "AnyRoad",
0 commit comments