Open
Description
The SettingsProvider
loads the backend's setting configuration (apiSettings
) into its state.
Many of those fields are parsed into numbers using Number
function (here and there). There is no check to see if the field is undefined
before converting it, this may result in NaN
values stored inside the provider.
Activity