-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
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
Cannot read properties of undefined (reading 'dispose') #7059
Labels
status:triage
New Issue - needs triage
Comments
@muji-wyh Could you provide some additional environment information and possibly a minimum repro in a stackblitz? Things like tsconfig settings (if any), version of fast-element, etc. |
5 tasks
fast-element version: fixed 1.13.0 tsconfig
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 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: