Jun Wen

Results 4 comments of Jun Wen

Can be added with svgo's `addAttributesToSVGElement` plugin. Like this: ```js module.exports = { svgoConfig: { plugins: [ { name: "removeAttrs", params: { attrs: "(fill|stroke|height|width)" } }, { name: "addAttributesToSVGElement", params:...

找到原因了,是因为被邀请人的微信名称里包含 emoji 导致的,希望可以 fix 这个问题。

> If you want to make the fix possible, please help us to add your case to the unit test below: > > https://github.com/wechaty/puppet-wechat/blob/1442099e5cbf107d97f11e99f3dee2e793260aa8/src/firer.spec.ts#L67-L134 Ok, I will do it later.

用 antd 也会出现同样的问题,在主应用是 antd3,子应用是 antd4 的情况下。