I always look toward chrome developer when figuring out potential bugs within my app. I assume most things here aside from errors are suggestions. Is this something that we or the Bubble team should look at as the gold standard of web development?
How does Bubble determine what are the best code improvements according to todays standard of web development?
I notice that every single bubble app has this error regardless of the content. I do not know whether or not it causes noticable scrolling issues but they make it seem important.
x3:11 [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
x3:10 [Violation] ‘setTimeout’ handler took 81ms