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
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