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

Fix a race condition in meta.load-css() #1376

Merged
merged 1 commit into from Jun 24, 2021
Merged

Fix a race condition in meta.load-css() #1376

merged 1 commit into from Jun 24, 2021

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Jun 23, 2021

We weren't properly awaiting a call to CssStylesheet.accept(), which
meant that it could try to continue doing work asynchronously in the
wrong context.

Closes #1318

We weren't properly awaiting a call to CssStylesheet.accept(), which
meant that it could try to continue doing work asynchronously in the
wrong context.

Closes #1318
@nex3 nex3 requested a review from jathak June 23, 2021 23:47
@nex3 nex3 merged commit 83343d7 into master Jun 24, 2021
@nex3 nex3 deleted the load-css-race branch June 24, 2021 00:12
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.

dartException: Bad state: Can't access __parent outside of a module
2 participants