© 2026 Hedgehog Software, LLC
const favouritesList = useSelector((state) => { console.log(state) // undefined return state.favourites; });