[red-knot] Fix double hovers/inlays in playground (#17334)
This commit is contained in:
@@ -94,6 +94,8 @@ export default function Editor({
|
||||
|
||||
const handleMount: OnMount = useCallback(
|
||||
(editor, instance) => {
|
||||
serverRef.current?.dispose();
|
||||
|
||||
const server = new PlaygroundServer(instance, {
|
||||
workspace,
|
||||
files,
|
||||
|
||||
Reference in New Issue
Block a user