[red-knot] Fix double hovers/inlays in playground (#17334)

This commit is contained in:
Micha Reiser
2025-04-10 14:40:41 +02:00
committed by GitHub
parent 4d50ee6f52
commit 5b1d8350ff

View File

@@ -94,6 +94,8 @@ export default function Editor({
const handleMount: OnMount = useCallback(
(editor, instance) => {
serverRef.current?.dispose();
const server = new PlaygroundServer(instance, {
workspace,
files,