You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After resolving dependencies via running yarnjquery-ui gets version 1.14.0 which causes error after running rake assets:precompile
Reproduction steps
have an app with rails_admin in package.json
run yarn
run rake assets:precompile
received error ModuleNotFoundError: Module not found: Error: Can't resolve 'jquery-ui/ui/safe-active-element.js' in '/path/to/app/node_modules/rails_admin/src/rails_admin'
Expected behavior
Assets compiled successfully
Additional context
having something like "jquery-ui": "^1.12.1 <1.14.0" should temporarily fix the issue
Add any other context about the problem here.
Link to missing safe-active-element in jquery-ui v1.14.0 Link to existing safe-active-element in jquery-ui v1.13.3
The text was updated successfully, but these errors were encountered:
Describe the bug
After resolving dependencies via running
yarn
jquery-ui
gets version 1.14.0 which causes error after runningrake assets:precompile
Reproduction steps
rails_admin
in package.jsonyarn
rake assets:precompile
ModuleNotFoundError: Module not found: Error: Can't resolve 'jquery-ui/ui/safe-active-element.js' in '/path/to/app/node_modules/rails_admin/src/rails_admin'
Expected behavior
Assets compiled successfully
Additional context
"jquery-ui": "^1.12.1 <1.14.0"
should temporarily fix the issueAdd any other context about the problem here.
Link to missing
safe-active-element
injquery-ui
v1.14.0Link to existing
safe-active-element
injquery-ui
v1.13.3The text was updated successfully, but these errors were encountered: