Skip to content
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

"[Violation] Added non-passive event listener ..." issue? #128

Closed
countnazgul opened this issue May 11, 2020 · 3 comments
Closed

"[Violation] Added non-passive event listener ..." issue? #128

countnazgul opened this issue May 11, 2020 · 3 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@countnazgul
Copy link

I'm getting some REST data and displaying the result on a web page (using mostly the Card component). And noticed a delay between when the data is received and when the card components are displayed. The delay is in order of 1-2-3 seconds (depends how many card are being displayed)

I've started to investigate and saw the below in Chrome console (when enable the Verbose logging)

image

When I expand one of the event I can see that SMUI is being mentioned few times ( the first mention is for forwardEvents.js)

Any idea if this is something to do with SMUI itself or its svelte/browser issue?

Thanks!

@userquin
Copy link

See this #83

@countnazgul
Copy link
Author

Thanks! Not sure how ive missed this issue!

@hperrin
Copy link
Owner

hperrin commented Apr 15, 2021

Fixed!

See here: #83 (comment)

@hperrin hperrin closed this as completed Apr 15, 2021
@hperrin hperrin self-assigned this Apr 15, 2021
@hperrin hperrin added the duplicate This issue or pull request already exists label Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants