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.
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 totrue
. This env variables dictates whether Vercel treats console warnings as errors and unless it is explicitly set to false, the deployment will fail.