Skip to content

Fix the declared-cell-args type test on main - #209

Merged
NullVoxPopuli merged 1 commit into
universal-ember:mainfrom
johanrd:fix-declared-cell-args-test
Sep 23, 2026
Merged

NullVoxPopuli merged 1 commit into
universal-ember:mainfrom
johanrd:fix-declared-cell-args-test

Conversation

@johanrd

@johanrd johanrd commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

main fails to build: the three checks in declared-cell-args.test.ts (#203) fail since #204. Each PR passed CI alone.

#204 made a column's Cell a CellComponent. The test's CellArgsOf infers from ComponentLike, which gives any for a CellComponent. This uses the helper from cell-args.test.ts, which reads CellComponent first.

Cowritten by Claude

universal-ember#204 made Cell a CellComponent. Inferring from ComponentLike gives any,
so the three checks from universal-ember#203 fail on main.
@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Sep 23, 2026
@NullVoxPopuli
NullVoxPopuli merged commit 9cb69b9 into universal-ember:main Sep 23, 2026
15 of 16 checks passed
@github-actions github-actions Bot mentioned this pull request Sep 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants