From React 16.13.1 class attribute can work but still throws a "warning" exception.
I want to use the class
attribute everywhere I can instead of className
, because it plays nicely with HTML chanks. But the warning
is polluting my console.
so how I can CONFIG react-app to stop the warnings?