diff --git a/doc/0.8-upgrade.md b/doc/0.8-upgrade.md index 61b8101..37c44ac 100644 --- a/doc/0.8-upgrade.md +++ b/doc/0.8-upgrade.md @@ -14,7 +14,8 @@ While Reagent 0.8 supports use with React from npm, there are known problems: 1. Closure can't properly handle React 16 CommonJS module pattern: https://github.com/google/closure-compiler/issues/2841 This causes the production React code being loaded even for development builds. -Using Chrome React Developer Tools with this setup will break Reagent. +Using Chrome React Developer Tools with this setup will break Reagent. Fixed by `[com.google.javascript/closure-compiler-unshaded "v20180610"]` ([PR](https://github.com/google/closure-compiler/pull/2963)), will be +the included in next the ClojureScript release. 2. Closure optimization currently breaks certain statically created objects which are accessed dynamically in `ReactDOM/server`: https://github.com/facebook/react/issues/12368