-
Notifications
You must be signed in to change notification settings - Fork 38
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
Redux support? #3
Comments
Hi, I am wondering the same thing too. Much appreciated if any help can be provided on this topic. Thanks! |
any plan to add redux support? |
I hope It has been fixed in 0.3.6. @vladsoroceanu @PM00095 could you check it, please? |
Let me check that and let me know if found some issues. |
did any of you get redux working with this? I get the following problems when I connect state to props: Unknown provider: [object Object]DirectiveProvider <- [object Object]Directive] Is there anyway of doing in this in javascript? |
@philmday, looks like hybrid can’t recognize the type of your view. You can specify it explicitly by adding |
@Anber @philmday
Result:
|
When using this library with Redux I'm getting the error 'Error: Could not find "store" in either the context or props'. Is it possible to send the redux store to the router in some way?
The text was updated successfully, but these errors were encountered: