martinkasa/capacitor-secure-storage-plugin

config object was deprecated in v3

Closed this issue · 3 comments

I still get the warning Capacitor WebPlugin "SecureStoragePlugin" config object was deprecated in v3 and will be removed in v4., even though I use version "^0.6.2" with Capacitor v3

something todo with the

  constructor() {
    super({
      name: 'SecureStoragePlugin',
      platforms: ['web'],
    });

in web.ts

as the WebPlugin constructor warns when you pass something in super()

I just installed this plugin and got the same warning. Using Capacitor v3. How do I get rid of it?

fixed in v0.7.0