-
Notifications
You must be signed in to change notification settings - Fork 474
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
URI.min.js 1.19.4 throws "does not have either property: href, src, action, cite" #404
Comments
🤦 thanks for pointing this out ❤️ Should be fixed in v1.19.5. Sorry for the inconvenience :( |
Wow that was quick! <❤️/> for fixing it... |
This was referenced Mar 9, 2021
Closed
This was referenced Mar 14, 2021
This was referenced Mar 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 1.19.4, URI.min.js is throwing
does not have either property: href, src, action, cite
Upon investigation, it appears that the npm package dist folder contains a URI.min.js that suddenly includes jquery.URI.js.
Looking back to 1.19.2 (and presuming prior builds), the min version did not include jquery.URI.js, which we'd think is the expected behavior.
The text was updated successfully, but these errors were encountered: