You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the translateWithId() methods are listed as taking a string as the first parameter. But those functions actually take something more like an enum. So with the current Carbon, this app code fails:
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team.
If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request you or other volunteers from the community to work on this issue.
The problem
Many of the
translateWithId()
methods are listed as taking astring
as the first parameter. But those functions actually take something more like an enum. So with the current Carbon, this app code fails:The solution
Declare translateWithId() with proper type for id aka key.
Examples
No response
Application/PAL
IKC
Business priority
None
Available extra resources
I'll make the PR
Code of Conduct
The text was updated successfully, but these errors were encountered: