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
I'm likely doing something wrong, or it is an unrelated IDE issue. I am getting an error: Type Ref<number> is not assignable to type '(MaybeRef<number> & number) | undefined when I do the following:
I'm likely doing something wrong, or it is an unrelated IDE issue. I am getting an error:
Type Ref<number> is not assignable to type '(MaybeRef<number> & number) | undefined
when I do the following:Any ideas?
For additional context, I manage all the app audio in an audioStore using pinia. So, this is not in the setup function of a component.
The text was updated successfully, but these errors were encountered: