Closed jonathanmtran closed 6 years ago
Looking into this now :mag:
@jonathanmtran a work around is adding <script src="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js"></script>
https://github.com/uPortal-contrib/uPortal-web-components/issues/117 will probably be the long term fix to prevent this from coming up again as new components get added.
Adding <script src="https://unpkg.com/regenerator-runtime@0.12.1/runtime.js"></script>
works for Chrome/ium
On the other hand, the modal doesn't render on Firefox
What version of notification are you using?
That should have been fixed when https://github.com/Jasig/NotificationPortlet/blob/e673a002469ecb3179afcf7eb3692814520e555d/notification-portlet-webcomponents/notification-modal/src/components/NotificationModal.vue#L179-L183
was added in https://github.com/Jasig/NotificationPortlet/commit/dcd0f11c88e70e2b360cec62615d115e07329388, included in v4.3.1+
Is it still happening in 4.3.1 on your system?
@ChristianMurphy Yes. I've deployed 4.3.1 and it still doesn't render/appear on Firefox
@jonathanmtran I tested this with uPortal 5.3.0 and a snapshot of the master
branch of this repo (soon to be officially released).
I'm seeing it work on Chrome, Firefox, and Edge.
Let me know if you run into any other issues, we could hop on a video call and debug.
Notification portlet 4.4.0 includes the fixes
Describe the bug A
regeneratorRuntime is not defined
is preventing the modal notification from renderingTo Reproduce
Expected behavior A notification modal
Screenshots
Platform: