Items 1-12 out of 19652 displayed
This could be a number of issues: essentially it's a problem of routeProvider not finding a file and recursively loading the default.
For me, it turned out that it wasn't minification...
I think I got it.
First of all, I found something (don't know from where i had these tips) in my index.ios.js and removed them
// const _XHR =...
you can't return unless you're in a function
you could wrap all your code in a IIFE
(function() {
// your code here
}())
alternatively
...template literals use the toString()
method...
the console.log you get is triggered before the action of checking or unchecking the checkbox. So this is what happen: