Skip to content

Commit

Permalink
fix: Loading from ?code query, stale query closure
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jun 30, 2024
1 parent 4b8b640 commit 8249dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controllers/repl/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState } from 'preact/hooks';
import { useState, useCallback } from 'preact/hooks';
import { useLocation, useRoute } from 'preact-iso';
import { Splitter } from '../../splitter';
import { ErrorOverlay } from './error-overlay';
Expand Down

0 comments on commit 8249dcb

Please sign in to comment.