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
at Edge's new tab page, we got lots of Cannot read properties of undefined (reading 'dispose') error messages in our log
Cannot read properties of undefined (reading 'dispose')
{ "stack": "TypeError: Cannot read properties of undefined (reading 'dispose')\n at v.refreshAllViews at v.handleChange a......", }
don't throw this exception
why not use "?.dispose" here?
fast-element/templating/repeat.js
refreshAllViews(templateChanged = false) { // if (viewsLength === 0) { // } else { // for (i = 0, itemsLength = removed.length; i < itemsLength; ++i) { removed[i].dispose(); // ^^^^^^^^^^^ } } }
Edge Browser, new tab page
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
💻 Repro or Code Sample
at Edge's new tab page, we got lots of
Cannot read properties of undefined (reading 'dispose')
error messages in our log🤔 Expected Behavior
don't throw this exception
😯 Current Behavior
💁 Possible Solution
why not use "?.dispose" here?
fast-element/templating/repeat.js
🔦 Context
🌍 Your Environment
Edge Browser, new tab page
The text was updated successfully, but these errors were encountered: