crowd.dev icon indicating copy to clipboard operation
crowd.dev copied to clipboard

[C-1431] Clean the console warnings appearing in the local dev environment

Open yeganathan18 opened this issue 1 year ago • 11 comments

Describe the problem

I usually try debugging data related things by console logging in the frontend to ensure what's been sent as response from the backend, but currently doing the same with our code base is kinda feels difficult.

Every time when I open a page in the platform on local dev environment shoots like 50+ type and other warnings.

Here's the screenshot for reference, check the developer console below 👇

image

Describe the improvement

We should consider cleaning/resolving those warning, and it will be easy for people like me who uses console logs a lot.

Additional Context

Console logging things aren't advised, though, but still comes in handy 😛 Please do read the articles below to learn more!

C-1431

yeganathan18 avatar Apr 17 '23 10:04 yeganathan18