You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app is seeing errors logged from this package. Occurrences mostly look to be on iOS. Hopefully this would be an easy fix to the package.
TypeError: e is not an Object. (evaluating '"style"in e')
File "webpack:///./node_modules/scroll-behavior-polyfill/dist/index.js", line 125, in s
var target = "style" in inputTarget ? inputTarget : getScrollingElement();
File "webpack:///./node_modules/scroll-behavior-polyfill/dist/index.js", line 484, in [anonymous]
var behavior = getScrollBehavior(element, options);
File "webpack:///./node_modules/scroll-behavior-polyfill/dist/index.js", line 475, in x
onScrollWithOptions(getScrollToOptionsWithValidation(optionsOrX, y), element, kind);
File "webpack:///./node_modules/scroll-behavior-polyfill/dist/index.js", line 576, in [anonymous]
handleScrollMethod(this, "scrollTo", optionsOrX, y);
File "https://app.joinswoop.com/auth/password_requests/dcfe98a0-b707-4cb4-855b-cbe172b856f7", line 1, in global code
The text was updated successfully, but these errors were encountered:
Hi,
Our app is seeing errors logged from this package. Occurrences mostly look to be on iOS. Hopefully this would be an easy fix to the package.
The text was updated successfully, but these errors were encountered: