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
Helpful for #176. Since shortcuts are already in TS, it seems counterproductive to create typings for redux JS files instead of just swapping redux to TS for selectors.
Selectors are still imported from the package which creates them (redux, dashboard-plugins, or code-studio) and thus each package which creates selectors should only need to worry about the store elements it creates.
The text was updated successfully, but these errors were encountered:
Helpful for #176. Since shortcuts are already in TS, it seems counterproductive to create typings for redux JS files instead of just swapping redux to TS for selectors.
Selectors are still imported from the package which creates them (redux, dashboard-plugins, or code-studio) and thus each package which creates selectors should only need to worry about the store elements it creates.
The text was updated successfully, but these errors were encountered: