We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone,
When trying to use timeago as a stimulus controller, date-fns is downloaded and pinned correctly with:
bin/importmap pin @stimulus-components/timeago
But all its dependencies are still missing, and a lot of 404 in the logs:
ActionController::RoutingError (No route matches [GET] "/assets/addHours.js"): ActionController::RoutingError (No route matches [GET] "/assets/addMilliseconds.js"): ActionController::RoutingError (No route matches [GET] "/assets/addISOWeekYears.js"): ActionController::RoutingError (No route matches [GET] "/assets/addDays.js"): ActionController::RoutingError (No route matches [GET] "/assets/add.js"): ...
Seems related to #264
Any idea on how to solve this, with a workaround or something I may have missed ?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
When trying to use timeago as a stimulus controller, date-fns is downloaded and pinned correctly with:
But all its dependencies are still missing, and a lot of 404 in the logs:
Seems related to #264
Any idea on how to solve this, with a workaround or something I may have missed ?
Thanks
The text was updated successfully, but these errors were encountered: