Skip to content

chore: properly filter non-component files when generating hydration styles#4897

Merged
jcfranco merged 2 commits intomasterfrom
jcfranco/fix-async-filter-not-honored-when-generating-hydration-styles
Jul 11, 2022
Merged

chore: properly filter non-component files when generating hydration styles#4897
jcfranco merged 2 commits intomasterfrom
jcfranco/fix-async-filter-not-honored-when-generating-hydration-styles

Conversation

@jcfranco
Copy link
Copy Markdown
Member

Related Issue: #4856

Summary

The hydrationStyles.ts script was generating styles for non-component files because it was using an async function for sync filtering when processing the component files. This ensures filtering is async.

@jcfranco jcfranco requested a review from a team as a code owner July 11, 2022 19:04
@github-actions github-actions Bot added the chore Issues with changes that don't modify src or test files. label Jul 11, 2022
Copy link
Copy Markdown
Member

@driskull driskull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jcfranco jcfranco merged commit 6405b1f into master Jul 11, 2022
@jcfranco jcfranco deleted the jcfranco/fix-async-filter-not-honored-when-generating-hydration-styles branch July 11, 2022 21:36
@github-actions github-actions Bot added this to the Sprint 07/11 - 07/22 milestone Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Issues with changes that don't modify src or test files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants