Skip to content
Discussion options

You must be logged in to vote

I fixed it. The issue was here

  <Plate
      editor={editor}
      onChange={({ value: newValue }) => {
        onChange?.(JSON.stringify(newValue));
      }}
    >
      <div className="relative overflow-x-scroll scrollbar-hide">
        <EditorContainer className={`border rounded-md ${className}`}>
          <Editor
            variant="fullWidth"
            placeholder={placeholder}
            disabled={disabled}
          />
        </EditorContainer>
      </div>
    </Plate>

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Thebibii
Comment options

@Thebibii
Comment options

@zbeyens
Comment options

@Thebibii
Comment options

Answer selected by Thebibii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants