Commit c9e9668b authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

fix #1400

parent fb9f19e7
...@@ -65,7 +65,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -65,7 +65,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
useEffect(() => { useEffect(() => {
compilation(props.analysisModule, dispatch) compilation(props.analysisModule, dispatch)
}, []) }, [props])
useEffect(() => { useEffect(() => {
setWarningState({}) setWarningState({})
......
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