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 aac6809 commit cb5d641Copy full SHA for cb5d641
2 files changed
package.json
@@ -53,8 +53,8 @@
53
"cz-conventional-changelog": "^3.2.0",
54
"gh-pages": "^1.2.0",
55
"mocha": "^7.0.1",
56
- "react": "^16.4.1",
57
- "react-dom": "^16.4.1",
+ "react": "^17.0.0",
+ "react-dom": "^17.0.0",
58
"react-scripts": "^4.0.3",
59
"rollup": "^0.64.1",
60
"rollup-plugin-babel": "^3.0.7",
src/index.jsx
@@ -15,7 +15,7 @@ class ZingChart extends Component {
15
constructor(props) {
16
super(props);
17
this.id = this.props.id || 'zingchart-react-' + window.ZCReact.count++;
18
- console.log(props);
+
19
// Bind all methods available to zingchart to be accessed via Refs.
20
METHOD_NAMES.forEach(name => {
21
this[name] = args => {
0 commit comments