Skip to content

Commit df97023

Browse files
committed
Remove storage stubs
1 parent 67a5a08 commit df97023

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/app/src/sandbox/index.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ import { show404 } from 'sandbox-hooks/not-found-screen';
1818

1919
import compile, { getCurrentManager } from './compile';
2020

21-
Object.defineProperty(window, 'localStorage', {
22-
get() {
23-
return {};
24-
},
25-
});
26-
Object.defineProperty(window, 'indexedDB', {
27-
get() {
28-
return {};
29-
},
30-
});
31-
3221
// Call this before importing React (or any other packages that might import React).
3322
initialize(window);
3423

0 commit comments

Comments
 (0)