-
-
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
another .find() will cause the previous .find() not able to get .parent() #1916
Comments
I'm using v3.7 in the codesandbox, still have the same issue |
updated to use issue template |
Thank you, the codesandbox is a perfect repro case, and this is definitely a serious bug. |
Working on it. |
Are there any news with respect to this issue? |
Yes been working on it and have made progress. Will have something up by next week. |
Awesome news! |
@sstern6 any update? |
@plemasantos got side tracked with personal stuff, would you like to take it? |
@plemasantos bump |
@sstern6 sorry also got caught up for some weeks. Were you able to tackle it? |
…dUpdateComponent` method before updating the wrapper. Fixes enzymejs#1916.
…dUpdateComponent` method before updating the wrapper. Fixes enzymejs#1916.
Any progress updates on this @sstern6? Thanks. |
Yes hoping to wrap this up this week, thanks for following up. |
…dUpdateComponent` method before updating the wrapper. Fixes enzymejs#1916.
…dComponentUpdate` method before updating the wrapper. Fixes enzymejs#1916.
Current behavior
another .find() will cause the previous .find() not able to get .parent()
Expected behavior
should be able to get .parent(), it was ok in v3.3.0
Your environment
API
Version
Adapter
Details
please check the code here, https://codesandbox.io/s/54j70o404k
update: I cloned the codesandbox with the latest dependencies but still fail, https://codesandbox.io/s/y3nrx89vwx
The text was updated successfully, but these errors were encountered: