From f76515a6c128f8aefb8675998665b46d4d71c277 Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Wed, 25 Sep 2024 15:52:49 +0200 Subject: [PATCH] chore: add changeset --- .changeset/good-walls-whisper.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/good-walls-whisper.md diff --git a/.changeset/good-walls-whisper.md b/.changeset/good-walls-whisper.md new file mode 100644 index 000000000..4fd10f0a0 --- /dev/null +++ b/.changeset/good-walls-whisper.md @@ -0,0 +1,5 @@ +--- +"@tiptap/core": patch +--- + +Update the typing for NodeViewProps to be an interface rather than a concrete type #5632