-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running mdx-deck <filename>.mdx constantly forces a repaint in the browser and the recreation of gatsby pages. #752
Comments
@domvo I was experiencing the same thing. As a temporary workaround I was able to get things to work by downgrading to |
i am experiencing same issue. macOS, version 4.1.1, chrome |
Had the same issue and downgrading to 4.0.0 solved it (had to remove the Using MacOS 10.15.7 (Catalina) |
same here with: |
I have the same problem. |
same problem |
Same for me |
Same problem |
Same issue here. Abandonware? |
I'm able to solve this by moving my presentation into a folder and running |
When running
mdx-deck <somefile>.mdx
every second I get a set of messages in my terminal:That itself is quite annoying already. But what's even worse is that my browser also repaints every second, which results in a noticeable flash. This is unacceptable for the creation of a slide deck.
I have a screen recording that shows the behavior: Link to screen recording (Streamable)
OS: Mac OS 10.15.5
Browser: Chrome v85
mdx-deck version 4.1.1
Steps to reproduce: Run
mdx-deck
ornpm start
in the project folder.The text was updated successfully, but these errors were encountered: