Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Ht6 #63

wants to merge 7 commits into from

Conversation

EvgeniaPintusova
Copy link

No description provided.


export default class App extends PureComponent {
render() {
return (
<div>
<Header />
<Restaurants />
<Switch>
<Route path="/" exact component={Restaurants} />
Copy link
Owner

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) => {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тут productSelector рассчитан на то, что в пропах будет id, а в BasketItem нет такой пропы
а в restaurantsSelector должны все рестораны приходить

@koretskiyav
Copy link
Owner

не могу проверить остальную домашку, т.к. какая-то путаница с ветками и я не вижу какие из изменений ваши

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants