From d9150856c07118989d930bf07012f9128ac572f4 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Thu, 14 Jun 2018 20:43:35 +0300 Subject: [PATCH] Update 0.8-upgrade.md --- doc/0.8-upgrade.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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