|
|
@ -91,7 +91,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { |
|
|
|
if (currentWorkspace && currentWorkspace.isLocalhost === true) setShowSlither('visible') |
|
|
|
if (currentWorkspace && currentWorkspace.isLocalhost === true) setShowSlither('visible') |
|
|
|
}) |
|
|
|
}) |
|
|
|
return () => { } |
|
|
|
return () => { } |
|
|
|
}, [props.analysisModule]) |
|
|
|
}, [props]) |
|
|
|
|
|
|
|
|
|
|
|
const message = (name, warning, more, fileName, locationString) : string => { |
|
|
|
const message = (name, warning, more, fileName, locationString) : string => { |
|
|
|
return (` |
|
|
|
return (` |
|
|
|