update deps
This commit is contained in:
@@ -99,7 +99,7 @@ const withStore = async (mode, handler) => {
|
||||
}
|
||||
try {
|
||||
await done;
|
||||
} catch (suppressed) {
|
||||
} catch {
|
||||
// noop – prefer original error
|
||||
}
|
||||
throw error;
|
||||
|
||||
@@ -1223,7 +1223,6 @@ export const useWorkspaceSnapshot = (engine, useSyncExternalStoreHook) => {
|
||||
};
|
||||
|
||||
/* istanbul ignore next */
|
||||
/* eslint-disable no-undef */
|
||||
if (typeof module !== 'undefined' && module && module.exports) {
|
||||
module.exports = {
|
||||
WorkspaceEngine,
|
||||
@@ -1245,4 +1244,3 @@ if (typeof module !== 'undefined' && module && module.exports) {
|
||||
useWorkspaceSnapshot,
|
||||
};
|
||||
}
|
||||
/* eslint-enable no-undef */
|
||||
|
||||
Reference in New Issue
Block a user