PuffMeow

Results 9 comments of PuffMeow

I met the same problem, the version of vite 2.4.1

> vite 2.2.4 is ok. 😂 I can't solve this same problem when I use vite 2.2.4

I want to join this plan and help to do some easy tasks, but I don't have too much experience doing open source component library, can I ?

I met the same problem in React.

这个可以符合你的要求,然后自己封装一下 React 组件即可 ```jsx import Render from 'react-dom/server'; // 然后 Waterfall 里面的 render 配置改成这样就可以了 render: () => { return Render.renderToString(测试一下); } ```

可以实现, ```jsx import Render from 'react-dom/server'; // 然后 Waterfall 里面的 render 配置改成这样就可以了 render: () => { return Render.renderToString(测试一下); }, ```

瀑布流应该默认都是用来做商品/图片流/博客文章之类的加载的吧,所以默认就直接渲染图片了,一般纯用来做文字节点类的渲染场景不是很多,不知道你这边遇到什么场景了。如果有需求可以加个配置项