reactjsclojureclojurescriptfigwheel

How to disable reactjs warnings in figwheel ClojureScript?


I'd like to disable all warnings in my console, is there a way to achieve that?


Solution

  • While I do not recommend turning off the warnings, I believe you can get rid of the React warnings by using a production (minified) build of React.