refactor: Table column widths uses async store #2147
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
should use the default width if it is not provided to a column and the column was not initially visible:
src/table/__tests__/resizable-columns.test.tsx#L98
expect(element).toHaveStyle()
- Expected
- width: 120px;
at Object.<anonymous> (src/table/__tests__/resizable-columns.test.tsx:98:55)
|
should use the fallback value for columns without explicit width:
src/table/__tests__/columns-width.test.tsx#L131
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"100px",
"120px",
- "120px",
+ "",
]
at Object.<anonymous> (src/table/__tests__/columns-width.test.tsx:131:86)
|
release / release
Process completed with exit code 1.
|