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(compile): avoid ignoring components that their ComponentMap is missing #7183

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

davidfirst
Copy link
Member

from the ConsumerComponent instance.
Although it should not happen. It did happened due to a different bug. Regardless, no need to check for this rootDir anymore, because on Harmony all components have rootDir.

@davidfirst davidfirst merged commit e392324 into master Mar 22, 2023
@davidfirst davidfirst deleted the compiler-missing-comps branch March 22, 2023 18:38
GiladShoham pushed a commit that referenced this pull request Mar 26, 2023
This is a regression caused by #7183.
When a component is coming from the scope (happens when loadAspects from
scope fails, which is register to `onAspectLoadErrorSlot`), don't try to
compile it, otherwise, it throws ComponentNotFound.
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.

2 participants