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
The logic in getLocalizedElement and getLocalizedString is the same except one returns a string and the other an element object. Abstract into a single method both methods call while ensuring type safety.
The text was updated successfully, but these errors were encountered:
The logic in
getLocalizedElement
andgetLocalizedString
is the same except one returns a string and the other an element object. Abstract into a single method both methods call while ensuring type safety.The text was updated successfully, but these errors were encountered: