Skip to content

Conversation

sapphi-red
Copy link
Member

Description

I don't have any concrete case that requires this, but I think this should wait here.

@sapphi-red sapphi-red added feat: hmr p2-edge-case Bug, but has workaround or limited in scope (priority) labels Aug 29, 2025
paths.map((path) => {
const fn = this.pruneMap.get(path)
if (fn) {
fn(this.dataMap.get(path))
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
fn(this.dataMap.get(path))
return fn(this.dataMap.get(path))

Shouldn't this need to return the promise?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: hmr p2-edge-case Bug, but has workaround or limited in scope (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants