import { Chat } from "lingchair-client-protocol" import { Await } from "react-router" import getClient from "../../getClient" import ChatFragment from "./ChatFragment" import * as React from 'react' import EffectOnly from "../EffectOnly" export default function LazyChatFragment({ chatId, openedInDialog }: { chatId: string, openedInDialog: boolean }) { return {}} deps={[]} />}> Chat.getByIdOrThrow(getClient(), chatId), [chatId])} children={(chatInfo: Chat) => } /> }