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.
2 parents 31c3a19 + c38033e commit afeee17Copy full SHA for afeee17
package.json
@@ -26,7 +26,7 @@
26
},
27
"license": "MIT",
28
"peerDependencies": {
29
- "react": "^16.0.0"
+ "react": "16 || 17 || 18"
30
31
"dependencies": {
32
"lodash": "^4.17.21",
types/index.d.ts
@@ -33,6 +33,7 @@ export interface OTSessionProps {
33
eventHandlers?: SessionEventHandlers;
34
onConnect?: () => void;
35
onError?: (error: Error) => void;
36
+ children?: React.ReactNode;
37
}
38
39
export interface OTStreamsProps {
0 commit comments