-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t.forEach is not a function #1393
Comments
I just got this morning 4 hours out from a production build deployment 🤣 |
CDN-Einbindungen aktualisiert, ReadMe angepasst
I'm currently facing same issue, please any idea on how to fix? |
I think it's happening on latest version which is 4.31.4. If you add previous version to the cdn, it will fix the issue temporarily like this. <script src="https://unpkg.com/@yaireo/[email protected]"></script> |
Yes, was an oversight during code review. Always lock your versions and or use a package manager with set periodic update reviews. |
Prerequisites
💥 Demo Page
Explanation
What is the expected behavior?
I expected it to work just like the examples, but when I used it, the following errors appeared
tagify:28 Uncaught TypeError: t.forEach is not a function
at Q.addTags (tagify:28:67646)
at Q.loadOriginalValues (tagify:28:53518)
at new Q (tagify:28:48502)
at index.html:16:5
The text was updated successfully, but these errors were encountered: