From c2a208d1415b28a1a20f0c9f09b43405f5b4ac01 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 13 Dec 2018 17:23:06 +0100 Subject: [PATCH] Update styletron example (#5879) Missed a fix for the styletron api. Previous config won't work for server rendering. --- examples/with-styletron/pages/_document.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-styletron/pages/_document.js b/examples/with-styletron/pages/_document.js index e81f0a29..19d08ef7 100644 --- a/examples/with-styletron/pages/_document.js +++ b/examples/with-styletron/pages/_document.js @@ -16,8 +16,8 @@ export default class MyDocument extends Document { {this.props.stylesheets.map((sheet, i) => (