You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
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.
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...
The text was updated successfully, but these errors were encountered: