-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mount
fails to find className on root component
#1185
Comments
cc @ljharb - is this indeed a regression or intended behaviour? |
What does |
It outputs the following:
|
So there's two things with the className of |
The debugging output has two items with For example, in the
It seems to me that the Overall this issue does just appear to be a duplicate of #1174, though that issue does not address the inconsistency between |
They need not be consistent; they're different conceptual APIs. |
This is answered; please see the attached project for tracking this discontinuity between mount and shallow. |
This fails when I would expect it to succeed (and it did succeed in 2.x)
Notably, this slight modification does succeed:
as does this one
so it appears to be specifically related to custom components and
mount
The text was updated successfully, but these errors were encountered: