Now that react was updated to 18 (#233), it would make sense to also update react-redux to 7.
It seems to work OK when I bump it, but I am not very familiar with this codebase and haven't been using react-redux before, so I don't have a good intuition of what needs to be payed attention to when jumping a few major versions. It would be safer if somebody who does could have a look at this.
Just bringing this up, because of a need for useSelectorhere. Thanks.
Now that
react
was updated to 18 (#233), it would make sense to also updatereact-redux
to 7.It seems to work OK when I bump it, but I am not very familiar with this codebase and haven't been using react-redux before, so I don't have a good intuition of what needs to be payed attention to when jumping a few major versions. It would be safer if somebody who does could have a look at this.
Just bringing this up, because of a need for
useSelector
here. Thanks.