This is the error I can see in the browser console:

Uncaught TypeError: Cannot read property 'prototype' of undefined
    at ajax_view.js?v=8.3.7:187
    at ajax_view.js?v=8.3.7:206

AJAX in the view stops working after this.

To reproduce:
- Create a view that shows a vote-enabled content
- Enable "Use AJAX" setting
- Visit the view page

Comments

codeyourdream created an issue. See original summary.

codeyourdream’s picture

Here's the fix.

The module tried to add "core/misc/ajax.js" into it's own library.

codeyourdream’s picture

Status: Active » Needs review

Updating status.

marvil07 credited marvil07.

marvil07’s picture

Status: Needs review » Fixed

Thanks for the report an the patch, it is now on 8.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.