Screen flickers when running yarn dev
See original GitHub issueNow when I build the next
branch and use the wallet screen flickers when I click on various items and sometimes all text disappears for a short split-second and UI lags quite a bit more. Not sure what might have caused but this issue is not on the master
branch at all.
See video here: https://youtu.be/KM_gRSzi0N4
Expected Behavior
Screen doesn’t flicker and UI is not laggy.
Actual Behavior
Screen flickers and UI is sometimes laggy.
Steps to Reproduce
-
- Run
yarn dev
on next branch
- Run
-
- Create a new wallet or launch an existing wallet
-
- Click around the UI
-
- See screen flickering
Your Environment
- Zap version: 0.6.0-alpha
- Operating System and version: macOS Mojave
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Screen flickering / Black screens - Visual Studio Feedback
Developer Community · Go to: C:\ProgramData\Microsoft\Windows\Start Menu\Programs · Right click on Visual Studio 2019 (shortcut). · Choose "Troubleshoot ...
Read more >Screen flickers when testing a React-based app locally
While running the app in local, the screen starts flickering and doesn't stop. The page loads for a while and flickering starts again....
Read more >How to Fix Screen Flickering on Android - Wouuo.com is for sale
Go to Settings > System > Developer options and switch the toggle off (if it's not already). It's possible you or another user...
Read more >Yarn Babes | Calendar List | City of Sierra Vista, AZ
Come on down and join the fun! Socialize with likeminded folks who knit and crochet on Mondays and Wednesdays from 1:00 p.m. to...
Read more >vue-it-bigger - npm
Make sure everything works locally by running yarn dev · Bump the version in package.json · Draft a new release on the releases...
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
Hey @bolatovumar . This is typical and expected due to the fact that when running the app in dev mode there is a lot of extra debugging stuff taking place which will slow down animations and other ui interactions.
If you run the app in production mode then you shouldn’t see these issues (eg start the app with
yarn start
or make a build withyarn package
)I’m seeing this issue in 0.6.2 release even when using the production version of the app. It’s less obvious than when running a dev version but still noticeable.