Skip to content

Commit 73bf3c5

Browse files
author
Ives van Hoorne
committed
Fix Event
1 parent 0c72796 commit 73bf3c5

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/app/components/Preview

1 file changed

+0
-1
lines changed

packages/app/src/app/components/Preview/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function sendMessage(sandboxId: string, message: Object) {
2626

2727
export function dispatch(sandboxId: string, message: Object = {}) {
2828
const finalMessage = {
29-
type: event,
3029
...message,
3130
codesandbox: true,
3231
};

0 commit comments

Comments
 (0)