I have a reactJS app, traditional structure,
App.tsx index.tsx etc..
I use some private lib, and unfortunatly they print some data in the console that I dont want to show to our users. (like some object structure, or some debug)
I'm looking for a simple way to clear the console everytimes a page is loaded so at least It will look "empty"
Problem is the API send some prints after so my console is clear, but I see print just after