cds-snc / report-a-cybercrime

Report a computer crime or scam / Signaler un crime informatique ou une fraude
https://report-a-scam.cds-snc.ca
MIT License
29 stars 14 forks source link

Invalid DOM Properties #2420

Closed justinr86 closed 4 years ago

justinr86 commented 4 years ago

Summary

React is displaying a warning about invalid properties. This is related to the CSS-in-JS update to components.

These warnings do not break things but indicate that we are violating React convention.

Steps to reproduce

Deploy the dev version of the app. Navigate to a page with a form, view the browser console.

Unresolved questions

N/A