ixc / wagtail-instance-selector

A widget for Wagtail's admin that allows you to create and select related items
MIT License
54 stars 17 forks source link

"Uncaught TypeError: modal.modal is not a function at show_modal " - problem on only chrome and in development level. #22

Open xeroticikot opened 3 years ago

xeroticikot commented 3 years ago

I'm facing this weird bug during development on Chrome browser, clicking on the instance selector button returns the console error below -

Uncaught TypeError: modal.modal is not a function
    at show_modal (instance_selector_widget.js:82)
    at HTMLIFrameElement.<anonymous> (instance_selector_widget.js:44)
    at HTMLIFrameElement.dispatch (px-jquery-1.7.1.min.js:3)
    at HTMLIFrameElement.i (px-jquery-1.7.1.min.js:3)

and the selector option wouldn't open. Any idea what's going wrong?