-
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
Preact X, preact-redux is not working.. #42
Comments
Can confirm this is also occurring with our app, but not sure how to replicate it at the moment. |
The problem seems to be that in Preact X, There's this in
Here
|
For those working with X, try using |
Hey! Could you guys test preact-redux's master? I suspect that my PR, #41, fixes the problems related to Preact Redux but I'm not 100% sure of that, and the test suites would need to be adapted to support Preact X..(so breaking the compatibility with Preact 8), which I will try to fix in the next weeks. |
@fjorgemota Any Updates regarding the fix. |
To anyone interested on this issue: could you test if the PR #48 works for you? When merged that PR should fix this issue, I think. |
Preact, 10.0.0-alpha.2
preact-redux is not working, react-redux work properly
There is No Error, Just There is
<Provider/>
without children(<App/>
)Check Plz
The text was updated successfully, but these errors were encountered: