-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
With the current deployment of Datapolis, there are numerous console warnings regarding dependency arrays on useEffects, or other similar warnings from React that all show in the console when running on localhost. Ideally, while developing these warnings are monitored and handled. Currently, there are unresolved warnings that when resolved will result in the safest instance of deployment and will allow the CI environment variable in Vercel to be set to true. This env variables dictates whether Vercel treats console warnings as errors and unless it is explicitly set to false, the deployment will fail.