We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c72796 commit 73bf3c5Copy full SHA for 73bf3c5
packages/app/src/app/components/Preview/index.js
@@ -26,7 +26,6 @@ function sendMessage(sandboxId: string, message: Object) {
26
27
export function dispatch(sandboxId: string, message: Object = {}) {
28
const finalMessage = {
29
- type: event,
30
...message,
31
codesandbox: true,
32
};
0 commit comments