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
I found that the sortByRefernce function in formatHelpers has incorrect return types defined in the TypeScript definition file. This can cause errors in type-aware IDEs.
The function should return a sorting function.
The text was updated successfully, but these errors were encountered:
Hello everyone,
I found that the
sortByRefernce
function informatHelpers
has incorrect return types defined in the TypeScript definition file. This can cause errors in type-aware IDEs.The function should return a sorting function.
The text was updated successfully, but these errors were encountered: