mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
feat(core): add more notification types (#11156)
This commit is contained in:
@@ -71,7 +71,8 @@ export const FrameworkScope = ({
|
||||
|
||||
const nextStack = useMemo(() => {
|
||||
if (!scope) return provider;
|
||||
return new FrameworkStackProvider([provider, scope.framework]);
|
||||
// make sure the stack order is inside to outside
|
||||
return new FrameworkStackProvider([scope.framework, provider]);
|
||||
}, [scope, provider]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user