.children()
does not return text nodes when using mount
#2265
Labels
.children()
does not return text nodes when using mount
#2265
Current behavior
When calling
.children()
while usingmount()
, text nodes are not present in the result.Expected behavior
When calling
.children()
while usingmount()
, text nodes are present in the result (similar to when usingshallow()
).Codesandbox: https://codesandbox.io/s/stupefied-hodgkin-1d8gg, see index.test.js
Your environment
API
Version
Adapter
The text was updated successfully, but these errors were encountered: