[bugfix] Plugins: Add error handling. when error occurred while rendering a plugin, set status disabled and an error.

This commit is contained in:
Sakamoto Shiina
2025-06-23 11:24:18 +09:00
parent db61f33578
commit b15a26c3d5
7 changed files with 78 additions and 30 deletions

View File

@@ -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}