Closed kopax closed 8 years ago
I still have some issue after executing the update:
app.js:262 Uncaught TypeError: React.findDOMNode is not a function
When trying to update an entry in the project /workspace/github.com/spring-guides/tut-react-and-spring-data-rest/events
app.js:4 Uncaught Error: Cannot find module "react-dom"webpackMissingModule @ app.js:4(anonymous function) @ app.js:4__webpack_require__ @ bootstrap 8dc1bd7b244a030b288e:19(anonymous function) @ bootstrap 8dc1bd7b244a030b288e:39(anonymous function) @ bootstrap 8dc1bd7b244a030b288e:39
Just after login using greg:turnquist in the project /workspace/github.com/spring-guides/tut-react-and-spring-data-rest/security
I've created a PR#26 to complete your commit, thanks!
According to #6, this should be the official and maintained version.
The latest react version of this tutorial is on react 0.13.3 while the latest production ready react version is 15.3.2.
Updating in this project the file package.json the version will result in these client error :
Is there a proper to upgrade this ?