Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename TableBody2 -> TableBody #7327

Open
wants to merge 1 commit into
base: bp6
Choose a base branch
from

Conversation

jscheiny
Copy link
Contributor

@jscheiny jscheiny commented Mar 7, 2025

Changes proposed in this pull request:

This component is only used internally and thus this is not a breaking change.


const DEEP_COMPARE_KEYS: Array<keyof TableBodyProps> = ["selectedRegions"];

export class TableBody2 extends AbstractComponent<TableBodyProps> {
export interface TableBodyProps extends SelectableProps, TableBodyCellsProps {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved this type here from tableBody.tsx since that results in the smallest diff. In a follow up PR I will rename tableBody2.tsx. Didn't do it in this PR as that would result in a bad diff/blame.

@jscheiny jscheiny marked this pull request as ready for review March 7, 2025 18:22
@svc-palantir-github
Copy link

chore: Rename TableBody2 -> TableBody

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants