Flipboard / react-canvas

High performance <canvas> rendering for React components
BSD 3-Clause "New" or "Revised" License
13.18k stars 919 forks source link

Module not found: #170

Open eeeman1 opened 6 years ago

eeeman1 commented 6 years ago

Module not found: Error: Can't resolve 'react-dom/lib/ReactMultiChild' in '.../node_modules/react-canvas/lib'

rardoz commented 6 years ago

Yeah I had that too. I switched to react-konva. The issue is because it needs react-dom@15.x

scoutrul commented 6 years ago

+1

ghost commented 6 years ago

+1

hugohuang1111 commented 6 years ago

+1

riseremi commented 5 years ago

+1

ghost commented 5 years ago

项目太长时间没有维护了,react-dom内部一些模块早已发生了变化,已致于无法引入react-dom/lib/ReactMultiChild

The project has not been updated a long time ago. and some modules inside the react-dom have already changed, the react-dom/lib/ReactMultiChild also changed.

TaeWoongKim2 commented 3 years ago

Thanks for your clear answer!