EinfachHans / capacitor-email-composer

E-Mail Composer Plugin for Capacitor
MIT License
22 stars 8 forks source link

'EmailComposerPlugin' only refers to a type, but is being used as a value here. #18

Closed gklasen closed 1 year ago

gklasen commented 1 year ago

Hey, at first, i appreciate your work. :-)

Unfortunately, i get ...

'EmailComposerPlugin' only refers to a type, but is being used as a value here.

... when calling EmailComposerPlugin.open(...)

Import is import { EmailComposerPlugin } from 'capacitor-email-composer'

Do i miss something?

Topiya commented 1 year ago

Can you please let me know how did you solve this issue?