属性“ App”在类型“ typeof Realm”上不存在ts2339

问题描述

我收到以下错误消息:

Property 'App' does not exist on type 'typeof Realm'.ts(2339)

这是我使用的TypeScript:

const getRealmApp: React.FC = () => {
  const appId = "<enter your Realm app ID here>"; // Set Realm app ID here.
  const appConfig = {
    id: appId,timeout: 10000,};

  return new Realm.App(appConfig);
};

这是我的进口货

import * as Realm from "realm";

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)