wenghongtian

Results 3 issues of wenghongtian

umi4中在chainWebpack中使用moduleFederationPlugin启动时报错 ## What happens? 在.umirc.ts中添加以下配置 ```ts import { defineConfig } from "umi"; import { ModuleFederationPlugin } from "@module-federation/enhanced/webpack"; const shared = { react: { singleton: true, eager: true, }, "react-dom":...

## Version "@toast-ui/editor": "^3.2.2", "@toast-ui/react-editor": "^3.2.3", ## Current Behavior I have no idea to update the markdown value when I update image's attribute. ```ts import { Editor } from "@toast-ui/react-editor";...

Enhancement
Need Discussion

```ts function runTask(task: TaskType, isAbort: () => boolean) { return new Promise((resolve, reject) => { try { const thread = threads.start(() => { eval(task.taskData.content.jsConfig.content); }); // const execution = engines.execScript(...

Bug :lady_beetle: 故障
Feedback Awaited :clock3: 等待反馈
More Info Needed :mag_right: 提供详情