Currently, we are not running any validation on the data received from configs except simple presence/absence of the value. See screenshot.

We are also simply converting the data from string to number in a few places. See screenshot.

Instead of these methods, use Yup to validate and convert data in the configProvider.
Currently, we are not running any validation on the data received from configs except simple presence/absence of the value. See screenshot.
We are also simply converting the data from string to number in a few places. See screenshot.
Instead of these methods, use Yup to validate and convert data in the configProvider.