[WC-3464] Rich text Tiptapeditor#2270
Conversation
584fe21 to
96df6fb
Compare
This comment has been minimized.
This comment has been minimized.
96df6fb to
57a6695
Compare
This comment has been minimized.
This comment has been minimized.
57a6695 to
3ca1f8c
Compare
This comment has been minimized.
This comment has been minimized.
32f038c to
e544a1d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c4bbd17 to
6397d1b
Compare
This comment has been minimized.
This comment has been minimized.
|
Would have a look at the high and medium flagged CC review comments |
f7d16ca to
2755b5d
Compare
This comment has been minimized.
This comment has been minimized.
48da580 to
92879f3
Compare
This comment has been minimized.
This comment has been minimized.
8235fae to
cb575ad
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c2054bf to
5d26d7e
Compare
This comment has been minimized.
This comment has been minimized.
10f31ef to
5925c7a
Compare
5925c7a to
bd5d88b
Compare
This comment has been minimized.
This comment has been minimized.
bd5d88b to
6d6c750
Compare
This comment has been minimized.
This comment has been minimized.
6d6c750 to
cd882a6
Compare
This comment has been minimized.
This comment has been minimized.
cd882a6 to
9bf1d12
Compare
AI Code Review
What was reviewed
Skipped (out of scope): Findings🔶 Medium — CI code quality check is failingFile: // before
function parseBorderStyle(value) { … }
// after
function parseBorderStyle(value: string): string { … }🔶 Medium — ESLint import-order errors in two source filesFile: // Toolbar.tsx — move classnames to the top of the import block
import classNames from "classnames";
import { ... } from "react";
// …🔶 Medium — ESLint import-order errors in two test filesFile: import { render, screen } from "@testing-library/react";
import { EditableValueBuilder } from "@mendix/widget-plugin-test-utils";
|
Pull request type
Description