-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support for Ember 4x #110
Comments
Are you trying to remove |
I'm trying to disable jQuery app wide and enable it when needed with |
As long as |
That is what I'm trying to avoid |
That won't work because this addon uses the library https://github.com/Eonasdan/bootstrap-datetimepicker, which requires |
Upgrading ember to 3.28.11 gives the warning below, and disabling jquery optional-features in favour of
@ember/jquery
breaks the picker.WARNING: Setting the jquery-integration optional feature flag to true, or not providing a setting at all, has been deprecated. You must add the @ember/optional-features addon and set this feature to false. This warning will become an error in Ember 4.0.0.
I'm suppose to upgrade to ^4.4 and need a work around to get the date-picker to work with
jquery-integration
set to false. ThanksThe text was updated successfully, but these errors were encountered: