mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 22:35:15 -04:00
fix: loader
This commit is contained in:
@@ -101,7 +101,7 @@ export function Repl({ embedded = false }) {
|
||||
}, []);
|
||||
|
||||
const [replState, setReplState] = useState({});
|
||||
const { started, isDirty, error, activeCode } = replState;
|
||||
const { started, isDirty, error, activeCode, pending } = replState;
|
||||
const editorRef = useRef();
|
||||
const containerRef = useRef();
|
||||
|
||||
@@ -150,8 +150,6 @@ export function Repl({ embedded = false }) {
|
||||
};
|
||||
|
||||
const handleShare = async () => shareCode(activeCode);
|
||||
const pending = false;
|
||||
|
||||
const context = {
|
||||
embedded,
|
||||
started,
|
||||
|
||||
Reference in New Issue
Block a user