JackieCat

Results 1 issues of JackieCat

**Describe the bug** 通过@hippy/web-renderer将hippy组件,在react框架(也可以通过setInterval)下进行渲染,会重复在head标签中添加重复的style标签 **To Reproduce** 可在 https://github.com/Tencent/Hippy/tree/master/examples/hippy-react-demo 中进行复现。 点1和点2步骤,是为了方便复现,可直接复制粘贴 1. 改造./src/main.web.js,模拟动态渲染 ```javascript // ./src/main.web.js import { HippyWebEngine, } from '@hippy/web-renderer'; import './main.js'; const engine = HippyWebEngine.create({ modules: {}, components:...