From b6c5c603f410873c09128cff9582323901433cb6 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 12 Sep 2023 22:28:20 +0100 Subject: [PATCH] fiddling --- frontend/src/scenes/notebooks/Notebook/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/scenes/notebooks/Notebook/utils.ts b/frontend/src/scenes/notebooks/Notebook/utils.ts index c50d80be77b8d..4855d9b493510 100644 --- a/frontend/src/scenes/notebooks/Notebook/utils.ts +++ b/frontend/src/scenes/notebooks/Notebook/utils.ts @@ -101,6 +101,7 @@ export const textContent = (node: any): string => { return serializedText } + // we want the type system to complain if we forget to add a custom serializer const customNodeTextSerializers: Record = { 'ph-backlink': customOrTitleSerializer, 'ph-early-access-feature': customOrTitleSerializer,