We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23879f3 + 06285b0 commit c976986Copy full SHA for c976986
index.ts
@@ -18,7 +18,7 @@ export const RecoilFlipperClient = () => {
18
console.debug('Flipper: connected');
19
setConnectionReference(connection);
20
21
- connection.send('apiVersion', API_VERSION);
+ connection.send('apiVersion', { apiVersion: API_VERSION });
22
},
23
onDisconnect() {
24
console.debug('Flipper: disconnected');
0 commit comments