-
Notifications
You must be signed in to change notification settings - Fork 599
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
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. |
fast-element version: fixed 1.13.0 tsconfig
|
@muji-wyh we are currently on |
@janechu It's hard to update from v1 to v2. When can you take a look at / fix this issue? |
🐛 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: