feat(virtual): add dynamic item heights and binary search indexing - #1034
Open
deny-dz wants to merge 1 commit into
Open
feat(virtual): add dynamic item heights and binary search indexing#1034deny-dz wants to merge 1 commit into
deny-dz wants to merge 1 commit into
Annotations
5 errors and 1 warning
|
Test all packages
Process completed with exit code 1.
|
|
Test all packages:
packages/virtual/test/server.test.tsx#L15
AssertionError: expected '<div style="overflow:auto;height:20px…' to deeply equal '<div style="overflow:auto;height:20px…'
Expected: "<div style="overflow:auto;height:20px"><div style="position:relative;width:100%;height:10000px"><div style="position:absolute;top:0px"><div style="height:10px">0</div><div style="height:10px">1</div><div style="height:10px">2</div></div></div></div>"
Received: "<div style="overflow:auto;height:20px;position:relative"><div style="height:10000px;position:relative;width:100%"><div style="position:absolute;top:0px;left:0;right:0"><div style="height:10px">0</div><div style="height:10px">1</div><div style="height:10px">2</div><div style="height:10px">3</div></div></div></div>"
❯ packages/virtual/test/server.test.tsx:15:28
|
|
Lint
Process completed with exit code 1.
|
|
Build all packages
Process completed with exit code 1.
|
|
Build all packages:
packages/virtual/src/index.tsx#L166
Type '() => number | undefined' is not assignable to type 'MaybeAccessor<number> | undefined'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading