-
Notifications
You must be signed in to change notification settings - Fork 180
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
Cannot read property 'query' of undefined (wrapStore.js:166) #203
Comments
Hello @salnikovp0 - Can you give us a little more detail around the structure of your app? Are you including |
Yes it happens from the version of "react-chrome-redux": "2.0.0-alpha.5" and newer. |
Got it - |
I am using the "this.props" in order to get data from the state. Just like
simple react application
בתאריך שבת, 13 באפר׳ 2019, 21:59, מאת Tyler Shaddix <
[email protected]>:
… Got it - wrapStore was not designed to be used on a content script. Is
there a reason you are using wrapStore on a content-script rather than a
Proxy Store?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#203 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALTtuOPMRpqWd5udp66ONt0cD8pXnMS9ks5vgij4gaJpZM4cqbeC>
.
|
@salnikovp0 Is there any way you can share a snippet of your code for your content script that's throwing the error? |
Hi,
Ive updated the version to the latest 2.0.2, And i started to get this Error when i try to load a page that content.html.
The manifest.json doesn't changed, got the Permission: tabs included like before.
The text was updated successfully, but these errors were encountered: