From 669faf7c72194b24e980fff8001e19d61ecf4c33 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Thu, 16 May 2024 17:51:10 +0530 Subject: [PATCH] fix: update package info --- space/components/account/auth-forms/auth-root.tsx | 2 +- space/components/account/auth-forms/password.tsx | 2 +- space/components/account/oauth/oauth-options.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/space/components/account/auth-forms/auth-root.tsx b/space/components/account/auth-forms/auth-root.tsx index 95c90605a..0d1a13eb0 100644 --- a/space/components/account/auth-forms/auth-root.tsx +++ b/space/components/account/auth-forms/auth-root.tsx @@ -1,7 +1,7 @@ "use client"; import React, { FC, useEffect, useState } from "react"; -import { observer } from "mobx-react"; +import { observer } from "mobx-react-lite"; import { useSearchParams } from "next/navigation"; import { IEmailCheckData } from "@plane/types"; // components diff --git a/space/components/account/auth-forms/password.tsx b/space/components/account/auth-forms/password.tsx index 6ca80b07c..9ec549bc2 100644 --- a/space/components/account/auth-forms/password.tsx +++ b/space/components/account/auth-forms/password.tsx @@ -1,7 +1,7 @@ "use client"; import React, { useEffect, useMemo, useState } from "react"; -import { observer } from "mobx-react"; +import { observer } from "mobx-react-lite"; import { Eye, EyeOff, XCircle } from "lucide-react"; import { Button, Input, Spinner } from "@plane/ui"; // components diff --git a/space/components/account/oauth/oauth-options.tsx b/space/components/account/oauth/oauth-options.tsx index b0a228eaf..db7382888 100644 --- a/space/components/account/oauth/oauth-options.tsx +++ b/space/components/account/oauth/oauth-options.tsx @@ -1,4 +1,4 @@ -import { observer } from "mobx-react"; +import { observer } from "mobx-react-lite"; // components import { GithubOAuthButton, GoogleOAuthButton } from "@/components/account"; // hooks