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

Fix Redux communication with content script #7

Open
setbern opened this issue Jan 15, 2017 · 6 comments
Open

Fix Redux communication with content script #7

setbern opened this issue Jan 15, 2017 · 6 comments

Comments

@setbern
Copy link
Owner

setbern commented Jan 15, 2017

Link up content script to redux to freely communicate between background, content and popup page

@faisal-foyez
Copy link

Having problem with the redux. tried to do couple of things like making all the ports same but not working please help about that.

@setbern
Copy link
Owner Author

setbern commented Aug 2, 2018

@FAISAL64 could you please provide more details about the issue, what exactly is falling short?

@faisal-foyez
Copy link

first I downloaded the project then installed all the dependencies with 'npm install' then ran 'npm run build' it showed an error with message
"ERROR in ./popup/Routes.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./components/Test.js in F:\Demo Code Practice\chrome-extension\react-chrome-redux-boilerplate-master\popup @ ./popup/Routes.js 23:12-43"

then I saw that there is no file named Test.js in that location rather there is a Base.js. then I commented
this line and it worked.
Then I tried to test the redux part I have spent so much time but no luck I don't know why redux is not working.
e4
e3

@faisal-foyez
Copy link

faisal-foyez commented Aug 2, 2018

e5
I did console.log(this.props) it shows undefined
I tried to do it in popup section

@faisal-foyez
Copy link

faisal-foyez commented Aug 2, 2018

help me please. I can't get data using redux in popup please...........

@TriPSs
Copy link

TriPSs commented Sep 3, 2018

@FAISAL64 Encountered some of the same problems, i fixed them and updated all deps:

https://github.com/TriPSs/chrome-extension-react-redux-boilerplate

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

No branches or pull requests

3 participants