feat(RichTextEditor): enhanced look, link/quote/code block buttons [WPB-15264] #6399
Annotations
4 errors and 10 warnings
test:
src/script/components/InputBar/components/ImageUploadButton/ImageUploadButton.test.tsx#L33
Type '{ onSelectImages: Mock<any, any, any>; acceptedImageTypes: string[]; hasRoundedCorners: true; }' is not assignable to type 'IntrinsicAttributes & ImageUploadButtonProps'.
|
test:
src/script/components/InputBar/components/ImageUploadButton/ImageUploadButton.test.tsx#L48
Type '{ onSelectImages: Mock<any, any, any>; acceptedImageTypes: string[]; hasRoundedCorners: true; }' is not assignable to type 'IntrinsicAttributes & ImageUploadButtonProps'.
|
test:
src/script/components/InputBar/components/RichTextEditor/components/FormatToolbar/useListState/useListState.ts#L24
Module '"../common/isListNode/isListNode"' has no exported member 'isNodeList'.
|
test
Process completed with exit code 2.
|
test:
server/config/client.config.ts#L80
No magic number: 4
|
test:
server/config/client.config.ts#L83
No magic number: 500
|
test:
server/config/client.config.ts#L84
No magic number: 4
|
test:
server/config/client.config.ts#L85
No magic number: 8
|
test:
server/config/index.ts#L32
Caution: `dotenv` also has a named export `load`. Check if you meant to write `import {load} from 'dotenv-extended'` instead
|
test:
server/config/server.config.ts#L112
No magic number: 21080
|
test:
server/routes/RedirectRoutes.ts#L26
Caution: `express` also has a named export `Router`. Check if you meant to write `import {Router} from 'express'` instead
|
test:
server/routes/Root.ts#L29
Caution: `maxmind` also has a named export `open`. Check if you meant to write `import {open} from 'maxmind'` instead
|
test:
server/routes/Root.ts#L29
Caution: `geolite2` also has a named export `paths`. Check if you meant to write `import {paths} from 'geolite2'` instead
|
test:
server/routes/error/ErrorRoutes.ts#L26
Caution: `express` also has a named export `Router`. Check if you meant to write `import {Router} from 'express'` instead
|