Commit 06deede2 authored by tizah's avatar tizah Committed by Liana Husikyan

fixed Auto run is something which should run the analysis just after compilation

parent 31f5b6bd
......@@ -72,7 +72,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
}
}
return () => { }
}, [autoRun, categoryIndex, state])
}, [autoRun, state])
const message = (name, warning, more, fileName, locationString) : string => {
return (`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment