-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Starting late last night (12/11/2019) I noticed that the method noConflict() was no longer recognized using the CDN call:
<script src="https://cdn.jsdelivr.net/npm/js-cookie@beta/dist/js.cookie.min.js"></script> <script type="module" src="https://cdn.jsdelivr.net/npm/js-cookie@beta/dist/js.cookie.min.mjs"></script>Error:
"Uncaught TypeError: Cookies.noConflict is not a function"