Andrea da Fonseca
Andrea da Fonseca
I've also added the "array notation" dependecy injection to make the minified file work :+1:
agree, many responses are vague and force to either keep things up to date with code or retrieve the resource again IMHO the whole API is kind of... strange, it's...
@ranjanagilecrm Try making a request with a body and set a wrong 'Content-Length' header value. I just tried adding a contact setting the content length to 3, the response is:...
Hi! The directory already exists.
@NiklasPor I solved starting over with my env but since I did it in a hurry I lost some work so please do it with ease, doing backups and double...
Hi @airjp73, first of all thanks for this beautiful project and also for such a quick reply. As for your first paragraph I got it, although I think it could...
Thanks again for your reply, I think your points are totally legit and it changed my view of the problem to match yours. The `zfd.nested()` helper really looks like the...
The fix is pretty simple, just need to add ```prop-types``` as a dependency, ```import PropTypes from 'prop-types'``` and then use it instead of ```React.PropTypes``` But I cannot build it on...
@mgkaradag This lib uses PropTypes as React.PropTypes (after bundling that syntax looks like m.default.PropTypes), but since you're using react@16 PropTypes is no longer inside React, hence the error... having prop-types...