reactjs / react-art

React Bridge to the ART Drawing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is this repo active?

TobyEalden opened this issue · comments

What's the status of this project?

After digging around (see #104) to resolve the following error during npm run build:

ERROR in ./~/react-art/lib/ReactART.js Module not found: Error: Cannot resolve module 'react/lib/ReactInstanceMap'

I then get the following error in the console when browsing to examples/vector-widget/index.html:

Uncaught TypeError: this.mountChildren is not a function(…)mountAndInjectChildren @ bundle.js:21978perform @ bundle.js:9017Surface_componentDidMount @ bundle.js:22008(anonymous function) @ bundle.js:15437measureLifeCyclePerf @ bundle.js:15247(anonymous function) @ bundle.js:15436notifyAll @ bundle.js:7904close @ bundle.js:18622closeAll @ bundle.js:9083perform @ bundle.js:9030batchedMountComponentIntoNode @ bundle.js:20707perform @ bundle.js:9017batchedUpdates @ bundle.js:18204batchedUpdates @ bundle.js:7670_renderNewRootComponent @ bundle.js:20901_renderSubtreeIntoContainer @ bundle.js:20982render @ bundle.js:21003(anonymous function) @ bundle.js:61__webpack_require__ @ bundle.js:20(anonymous function) @ bundle.js:47__webpack_require__ @ bundle.js:20(anonymous function) @ bundle.js:40(anonymous function) @ bundle.js:43

Would like to know if it's worth investing time/effort in this project...

It seems they broke something when removing some silent API that now lives on react-dom.

https://facebook.github.io/react/blog/2016/11/16/react-v15.4.0.html

if you use it with 15.3.x it will work.

There are some unpublished changes in the repo that fix things with newer versions of React. I published a quick fork under @ecliptic/react-art to make the changes available on npm in the meantime.

2 years later, same question... Anybody here?