over_react_duplicate_prop_cascade

Severity: AnalysisErrorSeverity.WARNING

Maturity: stable

Since 1.0.0

View the Project on GitHub workiva/over_react

When the same prop appears on a builder more than once, the last one set "wins" - so no runtime error will occur as a result of the duplicate setter.

However - the presence of duplicate setters is most likely a typo.