miestr
Results
2
issues of
miestr
Redux saga is capable of handling selectors that take additional arguments, f.e. `mySelectorFn: (state, itemId) => state.content.map[itemId]` Whereas testSaga.select notation only accepts selector of type `((state) => any, args)` meaning...
I have a weird timing issue where useLocation().pathname and history.location.pathname are NOT in sync, which leads to a wrong app re-rendering. App logic: there are two routes available if the...