So it had been a while, since I updated my site or published it, however it worked on Safari. However I was building a new site for a client and published it and now of the current custom interactions work, because of a compatibility issue with Safari and Webflow’s custom interactions.
The error “TypeError: Object.hasOwn is not a function” typically occurs in older browsers that don’t support this relatively new JavaScript method. Object.hasOwn() was introduced in ECMAScript 2022 and may not be supported in older versions of Safari
So my question is that IF a site with custom interactions is basically broken IF the user has an older version of safari, is there a work around? Or something else to do? Also maybe I am doing something wrong, because this seems like a pretty big problem, and their seems to be no mention of it, since 2022.