tui.editor icon indicating copy to clipboard operation
tui.editor copied to clipboard

Support React@18

Open sacru2red opened this issue 4 months ago • 0 comments

Version

Write the version that you are currently using. latest (@toast-ui/[email protected])

Development Environment

Write the browser type, OS and so on.

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// https://github.com/nhn/tui.editor/blob/0c5c11bac0b9954e2cac2ff2a081ce8c80a5f14d/apps/react-editor/package.json#L30
"peerDependencies": {
    "react": "^17.0.1"
  },
// Write example code

Expected Behavior

Write a description of the future action.

support react@18

sacru2red avatar Mar 13 '24 06:03 sacru2red