question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS 9.3 js error blocks behavior

See original GitHub issue

Current behavior

Content like images are not loaded and all the links/buttons in the navbar does not work: menu does not open, mini cart does not open, customer modal does not open, wishlist does not link page

only some products and categories in home blocks link to a page but then the page does not perfom filters (if category) or adding to cart (if product page)

I guess it’s because a javascript error detected blocks everything that comes after

Expected behavior

Steps to reproduce the issue

simply go to home and look at the error in the console:

SyntaxError: Unexpected token ')' vendor.js:3025

but also

SyntaxError: Unexpected token ')' vendor.js:13

both are pointless indications anyway as safari has a very bad debugger 😕

Repository

demo.vuestorefront.io 😃

Can you handle fixing this bug by yourself?

Don’t know if I have time at the moment, but maybe it’s something concerning babel or webpack compilation?

Enviroment details

  • Browser: iPad Mini Safari
  • OS: 9.3
  • Node: cannot know

Additional information

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15

github_iconTop GitHub Comments

2reactions
lorenaramondacommented, Oct 9, 2018
1reaction
pkarwcommented, Oct 13, 2018

This restrictioj should be there. You should import just the modules from lodash-Es that are required. For example lodash-es/merge etc

Read more comments on GitHub >

github_iconTop Results From Across the Web

Safari problem on iOS 9.3
hi, I just upgraded to iOS 9.3, now I notice Safari doesn ' t work correctl, web I made a search and then...
Read more >
Odd behavior with SKStoreProductViewController
I'm having this problem even with a valid identifier on iOS 9.3. On iOS 11.0 it works perfectly fine. Any idea what else...
Read more >
Troubleshooting iOS 9.3 Update Problems
Fixing “Update Unavailable” Errors. If you see the iOS 9.3 software update available in Settings, but you get an “Update Unavailable” error ......
Read more >
The 10 Most Common JavaScript Issues Developers Face
The common errors that developers make while coding in JavaScript include mistaken thinking about how the "this" keyword works, incorrect assumptions about ...
Read more >
block - JavaScript - MDN Web Docs
A block statement is used to group zero or more statements. ... In non-strict code, function declarations inside blocks behave strangely.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found