You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of the warning module in this repo is to do a console.warn. In most cases, you want this to be louder in development so that the warnings (really errors) are impossible to ignore. There should be a way to configure the warnings to produce an alert() or similar.
Relatedly, people should be able to easily set up their unit tests to fail if any propTypes checks fail.
The text was updated successfully, but these errors were encountered:
The implementation of the
warning
module in this repo is to do aconsole.warn
. In most cases, you want this to be louder in development so that the warnings (really errors) are impossible to ignore. There should be a way to configure the warnings to produce analert()
or similar.Relatedly, people should be able to easily set up their unit tests to fail if any propTypes checks fail.
The text was updated successfully, but these errors were encountered: