Skip to content

[pull] master from jbetancur:master#69

Merged
pull[bot] merged 7 commits into
Uncodedtech:masterfrom
jbetancur:master
Jul 4, 2026
Merged

[pull] master from jbetancur:master#69
pull[bot] merged 7 commits into
Uncodedtech:masterfrom
jbetancur:master

Conversation

@pull

@pull pull Bot commented Jul 4, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

bensussman-abridge and others added 7 commits July 4, 2026 08:18
…#1326)

onMouseMove read `resizeRef.current!.columnId` lazily inside the
setColumnWidths updater. Under React 18 automatic batching the final
mousemove's state update can be committed after onMouseUp has already set
`resizeRef.current = null`, so the updater dereferences null and throws
"Cannot read properties of null (reading 'columnId')", tearing down the table.

Capture columnId first, mirroring the pattern onMouseUp already uses. No
behavior change otherwise.
…in DataTable (#1327)

fix: resolve multiple function props correctly and enhance cell width handling
refactor: simplify transition animations with flipElement utility
update: add getFirstRightPinnedId and getCellWidthProps utilities
fix: hover styling expander icon
chore:doc fixes/cleanup/refactor
chore:add missing test coverage
@pull pull Bot locked and limited conversation to collaborators Jul 4, 2026
@pull pull Bot added the ⤵️ pull label Jul 4, 2026
@pull pull Bot merged commit e94c30d into Uncodedtech:master Jul 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants