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
Is your feature request related to a problem? Please describe.
The getAccessorValue can be useful for complex accessors when the accessor value is required, in the case of formatting and filtering. As such implementing a generic helper function to facilitate such tasks would DRY up consumer code.
Describe the solution you'd like
Export getAccessorValue with built-in type assertions via generics. See example here
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
getAccessorValue
can be useful for complex accessors when the accessor value is required, in the case of formatting and filtering. As such implementing a generic helper function to facilitate such tasks would DRY up consumer code.Describe the solution you'd like
Export
getAccessorValue
with built-in type assertions via generics. See example hereThe text was updated successfully, but these errors were encountered: