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

fix: remove localized property from RowField and CollapsibleField #9672

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Dec 2, 2024

What?

Removes the localized property from typescript suggestion for row and collapsible fields.

Why?

Currently, this property doesn't do anything for them. This may be changed when/if we support name for them, but it'll work only with name.

Fixes #4720

@r1tsuu r1tsuu requested a review from DanRibbens December 2, 2024 18:19
Copy link
Contributor

@DanRibbens DanRibbens left a comment

Choose a reason for hiding this comment

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

I talked with James, he was also okay with merging this since we weren't sure due to the possible type error that could result in user's projects. We just need a fat warning in the description and something to go in the release notes.
We can merge it once the conflicts are resolved.

@DanRibbens DanRibbens merged commit c187bff into main Dec 16, 2024
54 checks passed
@DanRibbens DanRibbens deleted the fix/localized-row-collapsioble-typescript branch December 16, 2024 14:57
Copy link
Contributor

🚀 This is included in version v3.8.0

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.

Collapsible and Row field cannot be localized
2 participants