From 0b0f7295c876574107f1ca86191363b3e89b11e8 Mon Sep 17 00:00:00 2001 From: Roman Liutikov Date: Mon, 6 Feb 2017 12:53:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8105d9..f007c4c 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ Compiler options ``` ## Issues - -If you are using [Figwheel](https://github.com/bhauman/lein-figwheel) with build config validation enabled, you'll see an error `The key :css-output-to is unrecognized` in REPL when starting a project. +- `shouldComponentUpdate` optimization in React components prevents applying new styles when using code reloading e.g. [Figwheel](https://github.com/bhauman/lein-figwheel). A workaround would be to pass styles explicitly into a component. +- If you are using [Figwheel](https://github.com/bhauman/lein-figwheel) with build config validation enabled, you'll see an error `The key :css-output-to is unrecognized` in REPL when starting a project. Set `:validate-config :ignore-unknown-keys` in Figwheel config to only validate options it recognizes. ## License