Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
412 stars 67 forks source link

CPLAT-9057: Implement StrictMode Component #242

Closed kealjones-wk closed 4 years ago

kealjones-wk commented 4 years ago

Motivation

In order to move ourselves closer to concurrent mode the StrictMode component will help us by alerting devs with console errors about issues that are bad practice, deprecated usages, or will prevent concurrent mode.

StrictMode currently helps with:

Changes