mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 13:45:57 +08:00
chore: jsx to react to jsx
This commit is contained in:
@ -19,7 +19,7 @@ const NoteEditorContext = createContext<NoteEditorStore | null>(null)
|
||||
|
||||
type NoteEditorContextProviderProps = {
|
||||
value: string
|
||||
children: JSX.Element | string | (JSX.Element | string)[]
|
||||
children: React.JSX.Element | string | (React.JSX.Element | string)[]
|
||||
}
|
||||
export const NoteEditorContextProvider = memo(({
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user