Skip to content

Commit 4fc80aa

Browse files
committed
fix(template-builder): require superdoc >=1.24.2 for correct types (IT-852)
1 parent aaae2c1 commit 4fc80aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/template-builder/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { SuperDoc } from 'superdoc';
1+
import type { SuperDoc } from 'superdoc'; // requires superdoc >=1.24.2 for correct types (IT-852)
22
import type { TemplateField, SuperDocTemplateBuilderProps, ToolbarConfig } from './types';
33

44
export const areTemplateFieldsEqual = (a: TemplateField[], b: TemplateField[]): boolean => {

0 commit comments

Comments
 (0)