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
fix(stubs): Pass stubbed function to function props
The original implementation, added in
22c7698, passed a string value to a
function prop. This instead passes an actual function, which stringifies
to the same string.
The problem with the previous approach is that Vue started warning about
strings passed to function props in
vuejs/core@7ccd453.
As a result, this produced excessive noise in the logs that the author
can do nothing about.
0 commit comments