This micro PR adds PropTypes validation to the DoseCalculator component in src/components/DoseCalculator.js. It enhances type checking during development, catches prop misuse early, and promotes better code quality without affecting production builds or app functionality.
This micro PR adds PropTypes validation to the DoseCalculator component in src/components/DoseCalculator.js. It enhances type checking during development, catches prop misuse early, and promotes better code quality without affecting production builds or app functionality.