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
Interesting. I'm not sure that's a big deal, as finding the component you just mounted is probably not very common.
But if you really want to see this fix, feel free to open a PR, that would be great!
The code you're looking for is probably the matches function
(and if you know which version introduced the regression, you can probably pinpoint the culprit commit by adding a unit test that reproduces your issue. You'll then have a good idea how to fix it)
Describe the bug
using findComponent(Test) without a wrapper no longer works after upgrading version >=2.4.5
To Reproduce
Finding components by querySelector seems to still work though
Expected behavior
Both tests should pass.
The text was updated successfully, but these errors were encountered: