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

Issue with isValidated when used with Redux's @Connect #92

Open
narendravenkata opened this issue Mar 29, 2018 · 7 comments
Open

Issue with isValidated when used with Redux's @Connect #92

narendravenkata opened this issue Mar 29, 2018 · 7 comments

Comments

@narendravenkata
Copy link

Hi I am using redux along with stepzilla, i need to save values at every step so I am using @connect with redux and isValidated() is not triggered , I tried to use @connect in Main component where we define steps and send required fields as props to each step but i am not able to get it done.

Please help me with this issue

@newbreedofgeek
Copy link
Owner

newbreedofgeek commented Apr 4, 2018

@narendravenkata Tnx for raising this. I haven't tried it with redux's @connect - I'm guessing it wraps StepZilla with a HOC and therefore the reference is lost.

If this is the case, it's a issue we should try and fix as redux support is very important to StepZilla.

@agent3bood @zeel @aapzu @elisechant @avivr have you guys seen this in your work on StepZilla, anyone can recommend a fix? Would appreciate heaps

Thanks all...

@learninggear
Copy link

@narendravenkata @newbreedofgeek Looking forward for solutions

In my project we got stuck with the same @connect Issue. using 4 steps loading dynamic components . Not triggering isValidated(). Somehow made it to work from child to parent using props, Whatever we do step at index 0 never triggers.

Thanks

@newbreedofgeek
Copy link
Owner

newbreedofgeek commented Apr 10, 2018

@zeel would really appreciate your help in solving this issue. Maybe create a new branch and an updated example in src/examples that uses redux and @connect so we can reproduce the issue... I can then help you find the solution...

@newbreedofgeek newbreedofgeek changed the title Issue with isValidated Issue with isValidated when used with Redux's @Connect Apr 18, 2018
@newbreedofgeek
Copy link
Owner

Duplicate of #55

@newbreedofgeek newbreedofgeek marked this as a duplicate of #55 Apr 18, 2018
@Djuki
Copy link

Djuki commented Aug 23, 2018

@narendravenkata @zeel I has the same issue, and I saw that a lot of other people have this kind of issue as well.

I have seen several opened issues with the same topic without a proper solution. Is there some light at the end of the tunnel that we can hope for? Is there any hope that we can use redux and Stepzilla in the same project?

This is a great library and thanks for all the work you invested in.

@jffin
Copy link

jffin commented Sep 5, 2018

Same issue with i18next package in next.js project.

@tahaYassineM
Copy link

Is this issue has a solution or not yet?

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

6 participants