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 f2ff588 commit 740ceecCopy full SHA for 740ceec
lib/ChatBot.jsx
@@ -34,11 +34,11 @@ class ChatBot extends Component {
34
this.content = null;
35
this.input = null;
36
37
- this.setContentRef = element => {
+ this.setContentRef = (element) => {
38
this.content = element;
39
};
40
41
- this.setInputRef = element => {
+ this.setInputRef = (element) => {
42
this.input = element;
43
44
package.json
@@ -89,8 +89,8 @@
89
"react-dom": "^16.4.1"
90
},
91
"peerDependencies": {
92
- "styled-components": ">= 2.0.0 < 4",
93
- "react": "^16.x",
94
- "react-dom": "^16.x"
+ "styled-components": "^4.0.0",
+ "react": "^16.3.0",
+ "react-dom": "^16.3.0"
95
}
96
-}
+}
0 commit comments