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
Hi all, I was confused by this given the deprecation warnings and wanted to make sure the docs are clear.
As I understand it (mostly from digging through the issues here especially #1498 and #1594) find and findAll are sticking around and we're adding findComponent and findAllComponents` for the specific case where we're finding by component.
If that's the case should we clarify the deprecation warning here to highlight that find is staying? Multiple members of my team read this as "find is being removed and replaced by findComponent".
The sentence states that find is only deprecated when trying to search for a Component, but I agree it could be more explicit. Happy to review a PR with a clarification 😃
Hi all, I was confused by this given the deprecation warnings and wanted to make sure the docs are clear.
As I understand it (mostly from digging through the issues here especially #1498 and #1594)
find
andfindAll
are sticking around and we're addingfindComponent
and findAllComponents` for the specific case where we're finding by component.If that's the case should we clarify the deprecation warning here to highlight that find is staying? Multiple members of my team read this as "find is being removed and replaced by findComponent".
Affected documentation page: https://vue-test-utils.vuejs.org/api/wrapper/#find
Thanks! Happy to make a tiny PR clarifying
The text was updated successfully, but these errors were encountered: