appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.95k stars 3.66k forks source link

[Bug]: Linting errors show when using tabs and lists #30812

Open tmedford-zuora opened 8 months ago

tmedford-zuora commented 8 months ago

Is there an existing issue for this?

Description

When you have a list on a hidden tab, linting errors show up, how to avoid or is this a bug.

image image

Steps To Reproduce

https://github.com/appsmithorg/appsmith/assets/140523728/bcf43a26-d6d7-451a-92c9-21b77146df8e

Public Sample App

https://app.appsmith.com/app/login-flow/authentication-65971ba4281eed43dd277ceb

Environment

Production

Issue video log

No response

Version

Cloud

tmedford-zuora commented 7 months ago

Any update?

tmedford-zuora commented 7 months ago

@kamakshibhat-appsmith Is this related to implementation or a bug?

Nikhil-Nandagopal commented 7 months ago

@tmedford-zuora this is a bug in the platform. It happens because we remove the tab contents including the list completely to optimise on memory but the javascript associated with it continues to run. This therefore shows up as errors. They are harmless and you can ignore them.