Fix react warning, fix dom issues

This commit is contained in:
Daniel Lautzenheiser
2023-04-06 16:19:36 -04:00
parent 4264218439
commit 2469b8bbfe
5 changed files with 32 additions and 15 deletions

View File

@ -78,7 +78,7 @@ import type {
TText,
WithOverride,
} from '@udecode/plate';
import type { CSSProperties } from 'styled-components';
import type { CSSProperties } from 'react';
export const ELEMENT_SHORTCODE = 'shortcode' as const;