abernier / mosaico-backend

Ready to go backend for Mosaico editor
https://mosaicobackend-prod.herokuapp.com
GNU General Public License v3.0
13 stars 13 forks source link

src/js-user-backend/mailing-selection.js error #55

Open QuietSpecialist opened 5 years ago

QuietSpecialist commented 5 years ago

Hi,

I'm getting the following error in Chrome:

Uncaught TypeError: (0 , _jquery2.default) is not a function

Console has highlighted line 13 of mailing-selection.js:

$ui.container = $('.js-line-selection')

This is affecting both user and admin versions of the mailings page. Consequently, none of the JavaScript (e.g. tags, renaming etc.) is working.

The Heroku demo site is working though.

Please can you assist?

Thanks,

S

stevedrobinson commented 4 years ago

I am seeing the same thing, only in my case the error is: Uncaught TypeError: (0 , t.default) is not a function

Anyone else get past this?