Skip to content

fix: handle empty or falsy column widths in FixedHolder #2013

fix: handle empty or falsy column widths in FixedHolder

fix: handle empty or falsy column widths in FixedHolder #2013

Triggered via pull request September 3, 2025 10:32
Status Failure
Total duration 2m 23s
Artifacts

main.yml

on: pull_request
test  /  react component workflow
2m 19s
test / react component workflow
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test / react component workflow
Process completed with exit code 1.
tests/Table.spec.jsx > Table.Basic > custom components > renders fixed column and header correctly: tests/Table.spec.jsx#L642
Error: Snapshot `Table.Basic > custom components > renders fixed column and header correctly 1` mismatched - Expected + Received @@ -10,24 +10,11 @@ style="overflow: hidden;" > <table style="table-layout: fixed; width: 100px; min-width: 100%;" > - <colgroup> - <col - style="width: 0px;" - /> - <col - style="width: 0px;" - /> - <col - style="width: 0px;" - /> - <col - style="width: 15px;" - /> - </colgroup> + <colgroup /> <thead class="rc-table-thead" name="my-header-wrapper" > <tr ❯ tests/Table.spec.jsx:642:32