```<NumericFormat value={51.97} decimalScale={1} />``` renders 52.0 which is wrong in my opinion, it should be 52, without decimals. https://codesandbox.io/p/sandbox/decimalscale-demo-forked-7zky75 Related to `maximumFractionDigits` mentioned in https://github.com/s-yadav/react-number-format/pull/752