Theme.js throwing an error in IOS device

In the Theme.js there are default js like " theme.Sections.prototype = _.assignIn({}, theme.Sections.prototype " which are showing a type error for _.assignin variable only on iOS devices. Android and windows are working fine but only IOS devices are throwing an error.

Screenshot:- https://prnt.sc/tkikhT4hKdcB , https://prnt.sc/CTTsfbCCQsqR

hello there

It’s difficult to diagnose the issue without more context, but one possibility could be that the iOS device doesn’t have a compatible version of the lodash library installed or the library is not loading correctly.

You could try updating the version of lodash being used in the theme, or ensuring that it is being loaded correctly on all devices. Another possible solution could be to use a different method for object assignment, such as the ES6 spread operator.