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
Now: sortComparePriority(<Array>, <string>, <string>)
Needed: sortComparePriority(<Array>)(<string>, <string>)
We use this function only in impress (loading config), now we are going to extract this functionality into separate package @metarhia/config so we may change it without large refactoring.
The text was updated successfully, but these errors were encountered:
Now:
sortComparePriority(<Array>, <string>, <string>)
Needed:
sortComparePriority(<Array>)(<string>, <string>)
We use this function only in
impress
(loading config), now we are going to extract this functionality into separate package@metarhia/config
so we may change it without large refactoring.The text was updated successfully, but these errors were encountered: