Versions
Describe the bug
Whnever a toast pops-up Chrome's console throws a Warning like so:
json index.js?6c42:998 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
This is the file:line responsible for the warning
webpack:///./node_modules/vue-toastification/dist/esm/index.js?6c42
Expected behavior
There should be no warning thrown
Steps to reproduce
The warning is not thrown in CodeSandbox as this seems to be Browser Specific
Steps:
- Install normally
- Set up plugin
- Using chrome, show a toast
- Warning for the same pops up
Your Environment
- Device: PC
- OS: Ubuntu 20.04
- Browser Chrome
- Version 84.04 (Stable)