Skip to content
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

Remove checking "resolving" in needToResolveOnBrowser #99

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lsycxyj
Copy link

@lsycxyj lsycxyj commented Apr 22, 2019

The resolving condition will cause a bug when the component is resolving, then the current component is unmounted and then the component is recreated again right before the module is resolved.
In this case, the component should get the existing resolver and update the rendering after the module is resolved. However, the resolving checking blocks this update.

The resolving condition will cause a bug when the component is resolving, then the current component is unmounted and then the component is recreated again right before the module is resolved. 
In this case, the component should get the existing resolver and update the rendering after the module is resolved. However, the resolving checking blocks this update.
@lsycxyj
Copy link
Author

lsycxyj commented Jun 26, 2019

@ctrlplusb Friendly ping. No more maintenance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant