Skip to content

Allow component blocks inside block child fields #3666

Allow component blocks inside block child fields

Allow component blocks inside block child fields #3666

Triggered via pull request March 28, 2025 00:50
Status Failure
Total duration 7m 6s
Artifacts

tests_ci.yml

on: pull_request
Linting
57s
Linting
TypeScript
1m 41s
TypeScript
Package Unit Tests (Jest)
1m 32s
Package Unit Tests (Jest)
Package Unit Tests (Vitest)
1m 35s
Package Unit Tests (Vitest)
Field CRUD Tests PostgreSQL
1m 58s
Field CRUD Tests PostgreSQL
Field CRUD Tests SQLite
1m 4s
Field CRUD Tests SQLite
Field CRUD Tests MySQL
1m 9s
Field CRUD Tests MySQL
Testing example project
40s
Testing example project
Ensure Next in App directory builds
1m 14s
Ensure Next in App directory builds
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Linting: packages/fields-document/src/DocumentEditor/toolbar-state-shared.ts#L82
Type 'DocumentFeaturesForChildField | { kind: "block"; inlineMarks: "inherit"; documentFeatures: { dividers: true; formatting: { alignment: { center: true; end: true; }; blockTypes: { ...; }; headingLevels: (1 | ... 4 more ... | 6)[]; listTypes: { ...; }; }; layouts: [...][]; links: true; relationships: true; }; softBreak...' is not assignable to type 'DocumentFeaturesForChildField'.
Linting
Process completed with exit code 2.
TypeScript: packages/fields-document/src/DocumentEditor/toolbar-state-shared.ts#L82
Type 'DocumentFeaturesForChildField | { kind: "block"; inlineMarks: "inherit"; documentFeatures: { dividers: true; formatting: { alignment: { center: true; end: true; }; blockTypes: { ...; }; headingLevels: (1 | ... 4 more ... | 6)[]; listTypes: { ...; }; }; layouts: [...][]; links: true; relationships: true; }; softBreak...' is not assignable to type 'DocumentFeaturesForChildField'.
TypeScript
Process completed with exit code 2.