diff --git a/examples/with-cloud9/pages/index.js b/examples/with-cloud9/pages/index.js index 400249a0..ff2a192f 100644 --- a/examples/with-cloud9/pages/index.js +++ b/examples/with-cloud9/pages/index.js @@ -1 +1 @@ -export default () => "If everything works, you should be able to see me." \ No newline at end of file +export default () => 'If everything works, you should be able to see me.' diff --git a/examples/with-cloud9/server.js b/examples/with-cloud9/server.js index adedb852..64ba4a5d 100644 --- a/examples/with-cloud9/server.js +++ b/examples/with-cloud9/server.js @@ -14,12 +14,10 @@ app.prepare().then(() => { // Be sure to pass `true` as the second argument to `url.parse`. // This tells it to parse the query portion of the URL. const parsedUrl = parse(req.url, true) - const { pathname, query } = parsedUrl - handle(req, res, parsedUrl) - }).listen(process.env.PORT, process.env.IP || "0.0.0.0", err => { + }).listen(process.env.PORT, process.env.IP || '0.0.0.0', err => { if (err) throw err - let addr = server.address(); - console.log("> Ready on http://", addr.address + ":" + addr.port); + let addr = server.address() + console.log('> Ready on http://', addr.address + ':' + addr.port) }) -}) \ No newline at end of file +}) diff --git a/examples/with-emotion/pages/index.js b/examples/with-emotion/pages/index.js index fb65d540..d2917be4 100644 --- a/examples/with-emotion/pages/index.js +++ b/examples/with-emotion/pages/index.js @@ -69,17 +69,14 @@ const Animated = styled.div` export default () => { return ( - <> -
-:hover
.
-