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
When declaring mixins with named function we can't use properties. See inject properties not inferred.
What is expected?
Named function mixins data is properly inferred
What is actually happening?
There is a problem using mixins that are declared as named functions
I ran into this problem upgrade from 2.6 to 2.7.17 and our app using named function mixins
The text was updated successfully, but these errors were encountered:
ColinRosati
changed the title
Named mixins have a bug infering types of inject properties
Named mixins functions have a bug infering types of inject properties Vue 2.7.14
Jan 16, 2023
Version
2.7.14
Reproduction link
codesandbox.io
Steps to reproduce
When declaring mixins with named function we can't use properties. See inject properties not inferred.
What is expected?
Named function mixins data is properly inferred
What is actually happening?
There is a problem using mixins that are declared as named functions
I ran into this problem upgrade from 2.6 to 2.7.17 and our app using named function mixins
The text was updated successfully, but these errors were encountered: