realm icon indicating copy to clipboard operation
realm copied to clipboard

Types of property 'Plugins' are incompatible.

Open jnsbhesaniya opened this issue 4 years ago • 0 comments

Property 'Realm' is missing in type '{ [pluginName: string]: { [prop: string]: any; }; }' but required in type 'PluginRegistry'.

node_modules/@capacitor-community/realm/dist/esm/definitions.d.ts:3:12 export interface CapacitorInstance extends CapacitorGlobal { Realm: RealmPlugin; 'Realm' is declared here.

jnsbhesaniya avatar Dec 25 '21 06:12 jnsbhesaniya