Spaces:
Runtime error
Runtime error
Update src/playground/embed.jsx
Browse files- src/playground/embed.jsx +3 -0
src/playground/embed.jsx
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import './import-first';
|
2 |
|
3 |
import ReactDOM from 'react-dom';
|
|
|
1 |
+
import 'core-js';
|
2 |
+
import 'regenerator-runtime/runtime';
|
3 |
+
|
4 |
import './import-first';
|
5 |
|
6 |
import ReactDOM from 'react-dom';
|