Fabian Carlos

Results 9 comments of Fabian Carlos

Another possible fact: When you use cancan (or cancancan actually) you need to define correctly the permissions, locally sometimes that just ignored, but in the server (heroku for example) they...

remove .babelrc, create the file `babel.config` with the code below, then `npm install` on root, then remove the build folder on ios/, and try build again. ``` module.exports = {...

If i put a undefined value return to me: ionic.bundle.js:25642 TypeError: Cannot read property 'replace' of undefined I think this is not natural on Javascript way, because can break the...

Its dont render nothing, cant find why... but, i fixed temporarly on Safari mobile, with my iPhone, opening: Configuration > Safari > Advanced > Experimental Features > than activate all....

I finally fixed my issue, is because i used some change of state, specifically a useEffect on the parent of my Provider/Routes. It's the React behavior, i think. The strange...

I've been using `this.forceUpdate()` or setting a key to the component and changing it on a event. Tried to use `onLeftSlidingComplete` but seems to not work.

I'm having the same problem, and i read somewhere that better use $scope and not $rootScope for emit and receive the broadcast, but this is in the source code unfortunately!

You can add $rootScope = "" inside the function to force that not happen in the meantime. That will give you a alert on console, but not much destructive.