Closed stctheproducer closed 2 years ago
Hey @stctheproducer does this make #19 obsolete?
@jaitaiwan it seems yes. They changed the typing since the new version of Pinia, I'll try to merge that this week and check to be sure everything is still working well with vue2/3 and update the documentation.
PR https://github.com/Seb-L/pinia-plugin-persist/pull/19 merged, this would resolve this one as well, the documentation and publish will come soon.
@Seb-L When will it be released? fix '"pinia"' has no exported member named 'GettersTree'. Did you mean '_GettersTree'?
1 import { StateTree, GettersTree, PiniaPluginContext } from 'pinia';
Enables support for the setup stores, while retaining support for the options store by extending
DefineStoreOptionsBase
.