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
Hi, we'd love the ability to directly import setGlobalDevModeChecks from @reduxjs/toolkit rather than importing the values from reselect
We are importing it currently using this so that we can run our test files without the stability checks for performance reasons. We have these turned back on for our tests in CI
I don't think this is a thing I want us to explicitly re-export atm. The request is reasonable, but we've tried to avoid fully re-exporting everything from Reselect and Immer. Another example of this is createStructuredSelector. Yes it exists, and yes there's times you might want / need to use it, but we don't feel it's used often enough to justify explicitly making RTK depend on it. I feel like this falls into the same category. If you specifically need to change that setting, your current approach is the right way to do it - import it yourself directly from reselect.
Hi, we'd love the ability to directly import setGlobalDevModeChecks from @reduxjs/toolkit rather than importing the values from reselect
We are importing it currently using this so that we can run our test files without the stability checks for performance reasons. We have these turned back on for our tests in CI
Your current exports for re-select
Happy to raise a pr to change to this, as long as you are happy with the change
The text was updated successfully, but these errors were encountered: