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
For versions v5.12 or later, the assert sub-page is missing.
assert
Compare
The assert sub-page is missing from @ember/debug
The assert sub-page is to be present under @ember/debug when viewing v5.12 and later
Based on https://github.com/emberjs/ember.js/blob/main/packages/%40ember/debug/index.ts#L304 I believe this is just an oversight in the documentation and assert() is still publicly exported in ≥v5.12
assert()
It could be related to the refactoring done by emberjs/ember.js@434fda0
Happy to take this on, if this is actually a bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📙 Describe the Issue
For versions v5.12 or later, the
assert
sub-page is missing.🔬 Minimal Reproduction
Compare
😕 Actual Behavior
The assert sub-page is missing from @ember/debug
🤔 Expected Behavior
The assert sub-page is to be present under @ember/debug when viewing v5.12 and later
➕ Additional Context
Based on https://github.com/emberjs/ember.js/blob/main/packages/%40ember/debug/index.ts#L304 I believe this is just an oversight in the documentation and
assert()
is still publicly exported in ≥v5.12It could be related to the refactoring done by emberjs/ember.js@434fda0
Happy to take this on, if this is actually a bug
The text was updated successfully, but these errors were encountered: