[bugfix] Plugins: Add error handling. when error occurred while rendering a plugin, set status disabled and an error.
This commit is contained in:
@@ -69,14 +69,14 @@ export const SnackbarController = () => {
|
||||
}, 100);
|
||||
};
|
||||
|
||||
setContainerKey(prevKey => prevKey + 1);
|
||||
// setContainerKey(prevKey => prevKey + 1);
|
||||
asyncShowNotification();
|
||||
|
||||
}, [settings]);
|
||||
|
||||
return (
|
||||
<ToastContainer
|
||||
key={containerKey}
|
||||
// key={containerKey}
|
||||
position="bottom-left"
|
||||
transition={CustomTransition}
|
||||
hideProgressBar={false}
|
||||
|
||||
Reference in New Issue
Block a user