-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ht6 #63
base: master
Are you sure you want to change the base?
Ht6 #63
Conversation
src/components/app/app.js
Outdated
|
||
export default class App extends PureComponent { | ||
render() { | ||
return ( | ||
<div> | ||
<Header /> | ||
<Restaurants /> | ||
<Switch> | ||
<Route path="/" exact component={Restaurants} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут нужно сделать Redirect, вместо Route
|
||
export const RestaurantOfProductSelector = createSelector( | ||
(productSelector, restaurantsSelector), | ||
(product, restaurants) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут productSelector рассчитан на то, что в пропах будет id, а в BasketItem нет такой пропы
а в restaurantsSelector должны все рестораны приходить
не могу проверить остальную домашку, т.к. какая-то путаница с ветками и я не вижу какие из изменений ваши |
No description provided.