useFactory: () => ({
     state: createStateField(),
 }),
示例#2
0
 useFactory: (pluginKey, context) => ({
     state: createStateField(pluginKey, context),
 }),