From c77e80be30c20bb83e21b66c50b4a400f0177a1e Mon Sep 17 00:00:00 2001 From: Grokling Date: Mon, 8 May 2017 00:51:32 +1200 Subject: [PATCH] Update README.MD with warning about BETA version. Remove redundant note. (#1909) --- examples/with-styled-components/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/with-styled-components/README.md b/examples/with-styled-components/README.md index 64bcebf8..64f1b125 100644 --- a/examples/with-styled-components/README.md +++ b/examples/with-styled-components/README.md @@ -30,6 +30,4 @@ This example features how you use a different styling solution than [styled-jsx] For this purpose we are extending the `` and injecting the server side rendered styles into the ``. -## Notes: - -- On initial install, you may see a server-side error: `TypeError: Cannot read property 'cssRules' of undefined when using this line of code` until you actually render a `styled-component`. I have submitted a PR to fix this issue with them [here](https://github.com/styled-components/styled-components/pull/391). For the time being, make sure you render at least one `styled-component` when you use this. +# WARNING This example uses styled-components v2 which is currently in BETA