You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
# Apply the check method
if current and current.check composition.options
# Mark the current composition as not stale
current.stale false
else
# Remove the current composition and apply this one
current.dispose() if current
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The https://github.com/chaplinjs/chaplin/blob/master/docs/chaplin.composer.md#long-form says:
But in reality https://github.com/chaplinjs/chaplin/blob/master/src/chaplin/composer.coffee#L126, it does the opposite:
The text was updated successfully, but these errors were encountered: