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
findAllComponents is incorrectly typed by VueWrapper[], where T - is a type of original wrapper, not the selector. We should explore possibility of improving this typing to provide better error-free experience for TypeScript users
The text was updated successfully, but these errors were encountered:
See #897 (comment) for original discussion
findAllComponents
is incorrectly typed by VueWrapper[], whereT
- is a type of original wrapper, not the selector. We should explore possibility of improving this typing to provide better error-free experience for TypeScript usersThe text was updated successfully, but these errors were encountered: