-
Notifications
You must be signed in to change notification settings - Fork 255
Description
Describe the bug
Hey team, Tobin from Theme Support here. I was instructed by developers working with the Shopify Inbox app team to post this issue here.
Footer dropdowns for the third party theme Pipeline by Groupthought no longer work when the Shopify Chat widget is present. Removing Bugsnag as a dependency on the Shopify Inbox app seems to resolve the issue. We have received two escalated tickets with this exact issue now. I have a ticket on hold with the merchant from Store #1 (linked below) and the Groupthought developers since it's been a bit of a back and forth about whether it's the app or the theme causing the issue.
Specifically, this line of code in Bugsnag is the cause of the issue.
Theme Support has a Third Party Theme Issue Repo - here is the issue posted there as well.
Store #1 where the issue is active.
Store #2 where they have removed footer dropdowns but when they are implemented the issue occurs.
Steps to reproduce
- Travel to this merchant's live theme.
- Attempt to open the footer menu drawers.
- Remove BugSnag and this now functions correctly
(Issue can also be seen on this staging store.)
Environment
- Bugsnag version: @bugsnag/js": "^7.22.3"
- Browser version (e.g. chrome, safari): All browsers
- Device (e.g. iphonex): Mobile devices only - can be replicated on desktop viewing mobile view.
Example code snippet
function __traceOriginalScript (fn, callbackAccessor, alsoCallOriginal = false) { |