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
As has been discussed before, Immutable.js allows for some optimizations because of its equality checks. Hence, we shouldn't be converting back toJS() or toObject() as we're now in our selectors.
Specifically, after merging #840 and #1363, we should fix the following instances:
themes-list#getQueryParams()
themes
getThemes()
getThemeById()
The text was updated successfully, but these errors were encountered:
As has been discussed before,
Immutable.js
allows for some optimizations because of its equality checks. Hence, we shouldn't be converting backtoJS()
ortoObject()
as we're now in our selectors.Specifically, after merging #840 and #1363, we should fix the following instances:
themes-list#getQueryParams()
themes
getThemes()
getThemeById()
The text was updated successfully, but these errors were encountered: