We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
null
Currently, false is used as the value to indicate that a hook hasn't been set.
false
This can and will cause conflicts with user-defined hooks that use false as a return value for their particular use case.
This is an API breaking change so it should be included in the next major release.
Ref: #44
The text was updated successfully, but these errors were encountered:
This change needs to be implemented because the current implementation will break in rare cases where the value being returned should be false
Sorry, something went wrong.
No branches or pull requests
Currently,
false
is used as the value to indicate that a hook hasn't been set.This can and will cause conflicts with user-defined hooks that use false as a return value for their particular use case.
This is an API breaking change so it should be included in the next major release.
Ref: #44
The text was updated successfully, but these errors were encountered: