Zeel
Zeel
@newbreedofgeek ok I will check tonight
@newbreedofgeek I think solution provided by @magnifi is correct. There is another way to hoist instance method of the component to container component, but it's not approved by Facebook authors....
@newbreedofgeek I can help here if you need.
@newbreedofgeek seems feasible with your approach. maybe whole feature can be added behind one prop so if someone don't want this feature, it won't pollute browser history. I will try...
fixed this issue by using correct logic.
created pr for same.
@newbreedofgeek Can we merge this PR?
@gtwilliams03 we can make validation of propTypes to be `oneOfType([string, node])` in codebase. cc @newbreedofgeek
If we do this change then we need to change prop name. It can't be backButtonText. We can introduce new prop here `backButtonNode` and `nextButtonNode`. If these two are present...
@Kliton @nabrowning @aliogaili can anyone of you share how you have used this component to debug? It would be great if you can share code snippet also.