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

Refine TableProps type definition using Record<string, unknown> #123

Merged
merged 2 commits into from Nov 28, 2023

Conversation

adl5423
Copy link
Contributor

@adl5423 adl5423 commented Nov 27, 2023

What kind of change does this PR introduce?

This PR introduces a refinement in type definitions within the TableProps.
What is the current behavior?

Previously, the TableProps used a less precise type definition.

What is the new behavior?

Now, TableProps uses Record<string, unknown> for a more accurate and robust type definition, enhancing the component's type safety.

Does this PR introduce a breaking change?

No breaking changes are introduced.

Other information:

The TableCellButton component remains unchanged as it was already optimally implemented.

- Enhanced TableProps type precision with Record<string, unknown>
- Preserved original structure with integrated improvements
Copy link

changeset-bot bot commented Nov 27, 2023

⚠️ No Changeset found

Latest commit: a5c5982

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@wrn14897 wrn14897 left a comment

Choose a reason for hiding this comment

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

Thanks for making the improvement

@kodiakhq kodiakhq bot merged commit 03f78dd into hyperdxio:main Nov 28, 2023
3 checks passed
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.

None yet

2 participants