Fabian Carlos
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...
up 🙌... LOL 2 months ago
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.