akiran / react-responsive-mixin

Mixin to develop responsive react components
http://webrafter.com/opensource/react-responsive-mixin
MIT License
96 stars 6 forks source link

Change domCheck to work in server rendering #4

Closed renatorib closed 8 years ago

renatorib commented 8 years ago

This changes allow to use server rendering properly, avoinding errors like this:

→ gatsby build
Generating CSS
Generating Static HTML
Failed at generating HTML

/home/renato/Projects/landing/node_modules/gatsby/dist/bin/cli.js:52
      throw err;
      ^
Error: TypeError: enquire.register is not a function

Additional information: https://github.com/gatsbyjs/gatsby/issues/410#issuecomment-243607426