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
chartkick doesn't seem to load properly when using this configuration and following the notes in the chartkick README on webpacker setup. it just fails with Chartkick is not defined errors.
anyone able to get it working with activeadmin when using use_webpacker = true?
The text was updated successfully, but these errors were encountered:
Hey @gsar, that error indicates the page is missing the Chartkick JavaScript library. I'd make sure it's included in the appropriate pack. Please use Stack Overflow for additional help.
thanks @ankane this turned out to be due to the vendor pack not being included. sadly there are no error messages being emitted by webpack(er) to identify the problem.
Hey @gsar, thanks for following up. I'm not sure I understand the "vendor pack" part, but if you have time to explain the steps you took to get it working, it'd probably help future readers.
lockbot
locked as resolved and limited conversation to collaborators
May 20, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
activeadmin 2.7.0 has support for webpacker via the
use_webpacker
config option: activeadmin/activeadmin#5855chartkick doesn't seem to load properly when using this configuration and following the notes in the chartkick README on webpacker setup. it just fails with
Chartkick is not defined
errors.anyone able to get it working with activeadmin when using
use_webpacker = true
?The text was updated successfully, but these errors were encountered: