This also appears for set and other functions.
This issue mentions a PR that should fix it. Any eta on the fix? Or is there an undocumented API for the store plugin now?
PR #1860
My question is: has the JS API changed or is this truly a bug and will it be fixed soon?
(alias) new Store(rid: number, path: string): Store import Store
Is there some registeredID(?) that should be passed as an argument to the new Store() in addition to the path string?
GitHub
I'm seeing many of these console errors in the webview2 inspector after updating tauri and tauri-plugin-store from 2.0.0-rc to 2.0.0 final. The error points to the plugin-store, or my call poin...