fix: import React in JsonCodeEditor for proper JSX support
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { useMemo, useRef } from "react"
|
import React, { useMemo, useRef } from "react"
|
||||||
|
|
||||||
type JsonCodeEditorProps = {
|
type JsonCodeEditorProps = {
|
||||||
value: string
|
value: string
|
||||||
|
|||||||
Reference in New Issue
Block a user