jcmcneal/react-step-wizard

isLazyMount Does not seem working

pgegenfurtner opened this issue · 2 comments

Even with isLazyMount explicitly set to false, components mount before they are active.
This leads to problems, when some input from say step 1 is not yet defined in step 2.

Is this a bug or am I doing something wrong?

Would you mind posting your code so I can see how you've set it up?

The snapshots for isLazyMount don't exhibit anomalies.

exports[`Step Wizard Component isLazyMount - true 1`] = `

Since the tests for this feature are passing, the current behavior is assumed to be working as intended. I don't think issue is actionable without a reproduction demo.

Closing due to inactivity and unactionability.