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.

compatibility problem: __uno.css:9 Uncaught SyntaxError: Unexpected reserved word

See original GitHub issue

maybe is a compatibility problem?

browser: Sogou Browser version: 11.0.1.34700

example project: https://github.com/JiatLn/vvtt

when run npm run dev, the page is empty and throw error __uno.css:9 Uncaught SyntaxError: Unexpected reserved word on console following:

image

image

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Juroolcommented, Aug 25, 2022

Maybe it’s because the browser does not support top-level await? Any reason to use it over Chrome for development?

I development was used chorme, but also need to debug at other browser to fix other style compatibility problem, so 😦

Chrome is recommended for development, and compatibility should be tested in build mode

0reactions
JiatLncommented, Aug 25, 2022

Maybe it’s because the browser does not support top-level await? Any reason to use it over Chrome for development?

I development was used chorme, but also need to debug at other browser to fix other style compatibility problem, so 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve 'Uncaught SyntaxError: Unexpected reserved ...
I use firebase now,and I want to make 'newuser' function work for authentication and add new data in firestore database. But 'Uncaught ......
Read more >
"SyntaxError: Unexpected reserved word" in 5.0.7 #582 - GitHub
When I try to use postcss 5.0.7 via cssnano, I now get the following exception on both Node 4.1.1 and 0.12.7, which I...
Read more >
Debugging Syntax Error Unexpected Reserved Word in ...
The error Unexpected Reserved Word means that the JavaScript compiler saw a reserved word, meaning a keyword special to the compiler, when it ......
Read more >
Advanced Javascript — Basics - Medium
Uncaught SyntaxError : unexpected strict mode reserved word. Strict mode also disables the deletion of variables, functions, and arguments.
Read more >
Unexpected reserved word 'await' error in JavaScript
The "unexpected reserved word 'await'" error occurs when the `await` keyword is used inside of a function that was not marked as `async`....
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