-
Notifications
You must be signed in to change notification settings - Fork 509
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
$.rails undefined with jquery 3.4.0 #515
Comments
it looks like this is because of yarnpkg/yarn#4125 it looks like it got fixed here, but i assume no new version has been released to NPM? |
@theflow 👀 i guess that there will be many issues that like that with your js builds |
@rafaelfranca could you take a look and verify that this will need a new npm release? thx! |
@lucasmazza do you know who can be asked about releasing a new npm version of this? |
😿 |
☝️ ping @rafaelfranca |
@phoet hitting the same issue, have you found any workarounds? |
@klaustopher editing the yarn.lock by hand... |
Hmm, ok .. I'd like to run the jquery update but if this is not possible, then we might need to always stay on 3.3.x |
It is possible, just yarn thinks it should use different versions for your dependencies. If you update and them merge both dependencies in your yarn.lock everything works fine. |
our automated @depfu yarn updates had some errors in our system-tests.
with jquery 3.4.0 there are some problems with jquery-ujs and other libraries such as bootstrap-datepicker.
i'm not completely sure what is happening there. just leaving this here in case anyone else finds related issues.
The text was updated successfully, but these errors were encountered: