react-toolbox-example
react-toolbox-example copied to clipboard
Example using react-toolbox
when I use IE11 to open the index page, I will get a error `Object.assign` is not a function
I'm installing react-toolbox-example in a workspace of Cloud9. I'm using Node.js v6.10.2 (npm3 v3.10.10). On the install I get this messages: UNMET PEER DEPENDENCY [email protected] │ ├─┬ [email protected] │ │...
Hi, I got your example working, just had a question. Where is the output stored? It says in the config that it is in build folder, but i cannot find...
Hello, Im wondering if there is another way to show errors with this config (i dont want the red screen of death to show them, im fine with console) Thanks...
Failed at the [email protected] start script 'cross-env NODE_ENV=development node_modules/.bin/webpack-dev-server --colors --config webpack.config.js'. in my windows 7
I have just started using React Toolbox, and find it quite hard to write some unit tests for components using React Toolbox Components. I believe it would be really helpful...
It seems that the fixed property of the App Bar doesn't work. I have changed line 7 of [header.jsx](https://github.com/react-toolbox/react-toolbox-example/blob/master/app/components/header.jsx#L7) file to ``` ``` Now the App Bar overlay the content....
Hi, I'm trying to use toolbpx in isomorphic application. But have some troubles... Here is my webpack config: ``` import path from 'path'; import webpack from 'webpack'; import merge from...