mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
feat(react-json-tree)!: update react-json-tree peerDependency on react
BREAKING CHANGE: drop support for react@<16.3.0
This commit is contained in:
parent
0c67f0ec29
commit
f849492296
|
@ -2,7 +2,7 @@ import React from "react";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders simple values (eg. strings, numbers, booleans, etc)
|
* Renders simple values (eg. strings, numbers, booleans, etc)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const JSONValueNode = ({
|
const JSONValueNode = ({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user