Skip to content

Commit cb5d641

Browse files
committed
Remove log message and update to react v^17
1 parent aac6809 commit cb5d641

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"cz-conventional-changelog": "^3.2.0",
5454
"gh-pages": "^1.2.0",
5555
"mocha": "^7.0.1",
56-
"react": "^16.4.1",
57-
"react-dom": "^16.4.1",
56+
"react": "^17.0.0",
57+
"react-dom": "^17.0.0",
5858
"react-scripts": "^4.0.3",
5959
"rollup": "^0.64.1",
6060
"rollup-plugin-babel": "^3.0.7",

src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ZingChart extends Component {
1515
constructor(props) {
1616
super(props);
1717
this.id = this.props.id || 'zingchart-react-' + window.ZCReact.count++;
18-
console.log(props);
18+
1919
// Bind all methods available to zingchart to be accessed via Refs.
2020
METHOD_NAMES.forEach(name => {
2121
this[name] = args => {

0 commit comments

Comments
 (0)