compatibility problem: __uno.css:9 Uncaught SyntaxError: Unexpected reserved word
See original GitHub issuemaybe 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:
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Chrome is recommended for development, and compatibility should be tested in build mode
I development was used chorme, but also need to debug at other browser to fix other style compatibility problem, so 😦