-
This needs to be done for each iteration. The UI is not part of the workshop as such so all iterations of the workshop should have the same UI.
@thefoxis I think we will get the UI work completed on …
-
This command doesnt work anymore.
`watchify -v -o build/js/NewsItemTest.js js/NewsItemTest.js`
I get an:
`Error: Parsing file /Users/Chinedum/Documents/Development/Mini-Projects/hackernews/js/newsI…
-
```
Error: Cannot find module './raptor-logging-impl'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17…
-
At the moment, `react-progressbar` requires [Reactify](https://github.com/andreypopp/reactify) to transform the `.jsx` files. I _believe_ a lot of people are migrating to use [Babelify](https://github…
-
After replacing reactify with babelify have this eror in console for all jsx files
``` js
TypeError: React.Dom is not a function
```
this is render functions in bundle
``` js
return React.Dom(
'd…
-
As they're regular deps now they bloat up the distribution version somewhat. Can you push those as dev deps instead?
-
https://github.com/substack/watchify/issues/64
I'm running into this issue from Watchify which was closed because their tests passed, even though the error still seems to be there. I'm wondering if i…
-
Hi sorry if it's an obvious question but I've been digging int he code that calls the transformers and can not see how to send this option to the transformer I'm using (reactify). Probable I need to c…
-
Hello
Not sure why I am getting this error message when I try to create a simple Select
```
var Select = require("react-select");
var TaskList = React.createClass({
render: function() {
retur…
-
I'm making tabs with inkbar and I get a weird result from it. There is an "Â" under my inkbar and I don't know why.
![screen shot 2015-11-22 at 7 30 45 pm](https://cloud.githubusercontent.com/assets/…