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

Inconsistencies in some functions #83

Open
etiennebacher opened this issue Jul 17, 2024 · 0 comments
Open

Inconsistencies in some functions #83

etiennebacher opened this issue Jul 17, 2024 · 0 comments

Comments

@etiennebacher
Copy link
Owner

etiennebacher commented Jul 17, 2024

Some additional comments:

I noticed that methods isActive() and getCurrentStep() are triggering too often. I am not sure why this is. I tried wrapping these as a reactive expression but this did not fix the problem. My application responsiveness is lost due to the eternal loop of rechecking whether the Conductor is active.

From my experimentation:

  • The getCurrentStep() method triggers on the step being left.
  • The isOpen() method triggers on the step being entered.
    This subtly is missing from the documentation.

Originally posted by @nhward in #81 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant