You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report, weird indeed as its package.json's version is correctly 2.0.1, there must have been an issue publishing the latest update to npm 🤔
The URL provided here: https://github.com/bigskysoftware/htmx-extensions/blob/main/src/class-tools/README.md
Points to 2.0.1, which does not exist on unpkg at this time.
<script src="https://unpkg.com/[email protected]/class-tools.js"></script>If you use 2.0.1 you get this obscure message about MINE types mismatch and nosniff headers.
Workaround, change 2.0.1 to 2.0.0
<script src="https://unpkg.com/[email protected]/class-tools.js"></script>The text was updated successfully, but these errors were encountered: