Replace React defaultProps with default parameters #35
Labels
🛡 Priority: Low
Issue is of low priority
⏰ Status: Confirmed
Issue has been reproduced
🗃 Type: Maintenance
General project upkeep task
Description
React
defaultProps
component property will be depreciated in the future so we should replace this with default parameters instead as per https://stackoverflow.com/questions/47774695/react-functional-component-default-props-vs-default-parameters. This may have performance benefits as well.The text was updated successfully, but these errors were encountered: