React-TypeScript-Tutorial
React-TypeScript-Tutorial copied to clipboard
Use Non-Deprecated Package
The react-addons-test-utils package has been deprecated in favor of react-test-renderer. The enzyme installation documentation now requires react-test-renderer to be installed for React >=15.5. I was getting an error when trying to use react-addons-test-utils. (Sorry I don't have the error documented.) As of this PR, React is at version 15.6.1.
And thanks again Daniel for a great tutorial! Much, much appreciated!