Skip to content

Commit 7728184

Browse files
author
Ives van Hoorne
committed
Fix typo
1 parent 62a15ab commit 7728184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async function compile({
410410

411411
if (
412412
!manager.webpackHMR &&
413-
!(managerTranspiledModuleToTranspile.compilation || isModuleView)
413+
(!managerTranspiledModuleToTranspile.compilation || isModuleView)
414414
) {
415415
try {
416416
const children = document.body.children;

0 commit comments

Comments
 (0)