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
I'm using the Rails Assets masonry component (gem 'rails-assets-masonry') in a Rails 4.2.4 project. After installing the component with bundler and requiring the library in application.js, I get the following error (using the Chrome developer tools console):
Uncaught TypeError: Cannot read property 'create' of undefined
Using masonry via the CDN works fine. Is there a way to verify that the masonry component actually works?
Hello!
I'm using the Rails Assets masonry component (gem 'rails-assets-masonry') in a Rails 4.2.4 project. After installing the component with bundler and requiring the library in application.js, I get the following error (using the Chrome developer tools console):
Using masonry via the CDN works fine. Is there a way to verify that the masonry component actually works?
I've created a demo repository to demonstrate my issue:
https://github.com/smaboshe/Chavuma
The text was updated successfully, but these errors were encountered: