diff --git a/readme.md b/README similarity index 100% rename from readme.md rename to README diff --git a/todo.md b/TODO similarity index 57% rename from todo.md rename to TODO index 7b8618a..e59c502 100644 --- a/todo.md +++ b/TODO @@ -1,3 +1,5 @@ - Add a bunch of tests - Add packages/hotkeys/ - Full accessability + +-> Most folders in packages/ have specific todos diff --git a/packages/mtp/src/context.tsx b/packages/mtp/src/context.tsx index e9233af..ee3149c 100644 --- a/packages/mtp/src/context.tsx +++ b/packages/mtp/src/context.tsx @@ -403,12 +403,6 @@ export function Provider(props: { clientRef.current = client; setReadyState(client.state); - await client.connect(); - - if (disposed) { - client.disconnect(); - return; - } const authPayload = new Promise< ProtocolMessage<"IdentificationResponse">