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
Also I know this might not necessary be possible, but worth an ask :
I'd like to get the re-renders information and optimisations for one parent component. I think because that parent is in a BaseLayout and that BaseLayout has two providers wrapping it, it displays the re-renders on the entire tree even though I initiate react-scan in that parent component. Is there any workaround for this, because the console gets quite crowded ?
Hello, when using react-scan in the dev/debug version of our vite app, we have to set
runInProduction
totrue
for the scan to start. Is this expected?The text was updated successfully, but these errors were encountered: