Skip to content

Commit 0bfd734

Browse files
committed
chore(reactotron-app): add hot module replacement comment in index.tsx
1 parent 28d5884 commit 0bfd734

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/reactotron-app/src/renderer/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ root.render(
1414
</ReactotronAppProvider>
1515
)
1616

17+
// accept it like it's hot
1718
if ((module as any).hot) {
1819
;(module as any).hot.accept()
1920
}

0 commit comments

Comments
 (0)