Skip to content

Commit 5927ea9

Browse files
authored
fix: add .js extension to fast-deep-equal ESM import (#2641)
1 parent 90b1598 commit 5927ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hooks/useEditorState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { BlockNoteEditor } from "@blocknote/core";
2-
import deepEqual from "fast-deep-equal/es6/react";
2+
import deepEqual from "fast-deep-equal/es6/react.js";
33
import { useDebugValue, useEffect, useLayoutEffect, useState } from "react";
44
import { useSyncExternalStoreWithSelector } from "use-sync-external-store/shim/with-selector";
55
import { useBlockNoteContext } from "../editor/BlockNoteContext.js";

0 commit comments

Comments
 (0)