SimoTod / alpine-turbo-drive-adapter

Bridge library to enable full support for Alpine components in pages using Turbolinks
MIT License
220 stars 15 forks source link

Update utils.js #44

Closed duganwdobbs closed 3 years ago

duganwdobbs commented 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.

SimoTod commented 3 years ago

Thanks but this version is not compatible with Alpine v3