Skip to content

Commit

Permalink
fix: react refresh runtime inject for nest function call (#2874)
Browse files Browse the repository at this point in the history
* fix: react refresh runtime inject for nest function call

* fix: add changeset
  • Loading branch information
underfin authored Apr 23, 2023
1 parent 5232e3a commit aee4fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-students-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rspack/binding": patch
---

fix: react refresh runtime inject for nest function call
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ impl Visit for FoundReactRefreshVisitor {
}
}
}
call_expr.visit_children_with(self);
}
}

Expand Down

0 comments on commit aee4fdc

Please sign in to comment.