Catalin Ionescu
Results
2
comments of
Catalin Ionescu
For anyone looking to upgrade to 2.10 or above, this PR (https://github.com/activeadmin/activeadmin/pull/7262) changed the way Active Admin uses the Notifications API. The snippet above needs to be updated to: ```...
I bet there are nicer approaches, but one that worked for me (heavily inspired by @multiplegeorges) with a fresh rails7 & esbuild app is: _app/javascript/components/index.js_ ``` import components from "./**/*.js"...