react-stepzilla icon indicating copy to clipboard operation
react-stepzilla copied to clipboard

StepZilla + Redux (finally)

Open newbreedofgeek opened this issue 6 years ago • 2 comments
trafficstars

Over the last many months there have been numerous issues raised relating to Redux support. Some claim that StepZilla does not work with with redux whilst others have got it working together. As part of this ticket, we will provide a working example on how to do it and put an end to the confusion.

Should fix / explain: #92 #80 #55

The main confusion may have been conflicting Redux and React Versions where React-Redux didn’t play well. As part of this ticket React has been updated to 16.4.1 and a working Redux sample has been given in the examples folder.

Enjoy!

PS: I’ll keep this ticket open for users to log any isssues relating to this upgrade and for people to post Redux or React upgrade side effects I did not catch.

newbreedofgeek avatar Jan 25 '19 05:01 newbreedofgeek

Hi! The isValidated func is not is not being triggered when using redux. Im not getting any error, just the function is not being called when changing step. Without redux works perfectly What can I do? I didn't find anything that would help me in the issues already open about it.

luluanacarla avatar Jul 23 '19 13:07 luluanacarla

Hey ,

Same here function does not seems to be triggered

Seems that this.refs is empty

SebastienTolron avatar Mar 12 '20 14:03 SebastienTolron