mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
docs(post): update post sandpack
This commit is contained in:
@ -24,6 +24,14 @@ import {
|
||||
useSyncExternalStore,
|
||||
useTransition,
|
||||
} from './sandpack/react18-new-hooks';
|
||||
import {
|
||||
app1,
|
||||
app2,
|
||||
app3,
|
||||
signal1,
|
||||
signal2,
|
||||
signal3,
|
||||
} from './sandpack/automatic-dependency-collect';
|
||||
|
||||
const data = {
|
||||
sandpack: {
|
||||
@ -58,6 +66,14 @@ const data = {
|
||||
MultiStore,
|
||||
Reducer,
|
||||
},
|
||||
'automatic-dependency-collect': {
|
||||
signal1,
|
||||
app1,
|
||||
signal2,
|
||||
app2,
|
||||
signal3,
|
||||
app3,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user