chore(types): remove dangerouslySetInnerHTML from domAttributes #5470
This commit is contained in:
@@ -35,7 +35,7 @@ export type Edge<
|
||||
*/
|
||||
domAttributes?: Omit<
|
||||
SVGAttributes<SVGGElement>,
|
||||
'id' | 'style' | 'class' | 'role' | 'aria-label'
|
||||
'id' | 'style' | 'class' | 'role' | 'aria-label' | 'dangerouslySetInnerHTML'
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ export type Node<
|
||||
| 'draggable'
|
||||
| 'role'
|
||||
| 'aria-label'
|
||||
| 'dangerouslySetInnerHTML'
|
||||
| keyof DOMAttributes<HTMLDivElement>
|
||||
>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user