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

Video-12-Add-Redux-To-Home-Screen #12

Merged
merged 1 commit into from
Sep 26, 2020
Merged

Conversation

basir
Copy link
Owner

@basir basir commented Sep 26, 2020

No description provided.

@basir basir merged commit 37ff5d4 into master Sep 26, 2020
@basir basir changed the title Video-12Add-Redux-To-Home-Screen Video-12-Add-Redux-To-Home-Screen Sep 27, 2020
@TafadzwaTaks
Copy link

Hello basir hope i find you well , i am having problems with adding redux to HomeScreen. after successfully compiling with the npm start function my browser is showing me this error (TypeError: Object(...) is not a function)
This is where the code is showing errors i have uploaded images so it can be clearer .
error message 2
error message 1

Please help me sir i have been stuck for some time now

PRODUCT_LIST_REQUEST,
PRODUCT_LIST_SUCCESS,
PRODUCT_LIST_FAIL,
} = require('../constants/productConstants');

Choose a reason for hiding this comment

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

According to ES6 it should be:

import {
PRODUCT_LIST_REQUEST,
PRODUCT_LIST_SUCCESS,
PRODUCT_LIST_FAIL,
} from "../constants/productConstants";

@Dewruwan95
Copy link

Dear Sir,
In this part, I have an issue. It shows duplicates of these actions. I can't find the Issue. Please help me.
image

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.

4 participants