Some checks failed
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled
* feat: status pills on the header * ref: review suggestions * ref: speed * optimize * comments * conflicts * review comments * review comments * fix comments * fix comments --------- Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
import React from 'react';
|
|
|
|
export const ConnectionPollContext = React.createContext<{ pollConnection: () => void } | null>(null);
|