Commit eb9c4820 authored by ioedeveloper's avatar ioedeveloper Committed by Aniket

Show errors on every compilation

parent b062f7ac
......@@ -57,7 +57,7 @@ export const Renderer = ({ message, opt = {}, editor, config, fileManager, plugi
setMessageText(text)
setEditorOptions(options)
setClose(false)
}, [message])
}, [message, opt])
const getPositionDetails = (msg: any) => {
const result = { } as Record<string, number | string>
......
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