sails-react icon indicating copy to clipboard operation
sails-react copied to clipboard

Integration of fb react into sailsjs

Results 3 sails-react issues
Sort by recently updated
recently updated
newest added

``` $ node -v v6.2.2 ``` Enabled sails-react in `http.js` with `customMiddleware` property as follows: ``` middleware: { order: [ ... '$custom', 'router', 'www', 'favicon', '404', '500', ], ... customMiddleware:...

Everything is fine, no errors, my component tag appears on html rendered. My question is, there's nothing happen, there's not js file built, no react component working. Just blank tag,...

{ "status": 500, "errors": [ "Arguments to path.join must be strings" ] }