You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any hint @posva where to look at exactly so that I don't get to understand the whole project but just focus on this part of the code? Or do you believe it'd have impacts on multiple parts?
I think this should be a possible contribution, using a type UnwrapRef from vue or inspiring yourself from the typing of reactive should help. It should be a typescript only change
Currently, passing a ref to the state is unwrapped because the store is a reactive object but the types do not reflect it:
This is useful to use external use* functions: #485 (reply in thread)
The text was updated successfully, but these errors were encountered: