Skip to content

Commit

Permalink
fix: remove prop type declaration that dojo build didn't like
Browse files Browse the repository at this point in the history
Perhaps because it was on a `children` prop?
  • Loading branch information
stdavis committed Feb 23, 2023
1 parent 7f1b13f commit 5d856a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _src/react-app/components/NumericInputValidator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,3 @@ export default function NumericInputValidator({ children }) {

return <>{children(getInputProps, getGroupClassName, validationMessage)}</>;
}

NumericInputValidator.propTypes = {
children: PropTypes.func.isRequired,
};

0 comments on commit 5d856a7

Please sign in to comment.