Closed duganwdobbs closed 3 years ago
There is an error in the version checking in the utils.js. 2.4.0 is min required, but 3.2.3 will fail as 2, the second digit, is less than 4. I added logic that will simply return true if the digit is larger.
Thanks but this version is not compatible with Alpine v3
There is an error in the version checking in the utils.js. 2.4.0 is min required, but 3.2.3 will fail as 2, the second digit, is less than 4. I added logic that will simply return true if the digit is larger.