Hey guys, after the update from 1.13.2 to 1.14.0 I get the following error: ReferenceError: window is not defined So I assume it doesn't support the building in SSR environments. Can you please check the error and make sure this is fixed...
If you are using webpack you must add a css loader or else your webpack build will fail. For example: {test:/\.css$/,loaders:['style-loader','css-loader?modules']}, Example Usage: This example uses newer JavaScript and JSX. For an example in old JavaScript,see below. ...