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
$module
Update all components constructor to throw a TypeError an ElementError if the $module they receive is not of the right type.
ElementError
This is part of our work to have our components throw rather than silently return during initialisation.
JavaScript already provides a TypeError for this kind of situation, so we don't need to bring in a new error.
TypeError
Developers
The text was updated successfully, but these errors were encountered:
romaricpascal
Successfully merging a pull request may close this issue.
What
Update all components constructor to throw
a TypeErroranElementError
if the$module
they receive is not of the right type.Why
This is part of our work to have our components throw rather than silently return during initialisation.
JavaScript already provides a
TypeError
for this kind of situation, so we don't need to bring in a new error.Who needs to work on this
Developers
Who needs to review this
Developers
Done when
The text was updated successfully, but these errors were encountered: