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.

Running mdx-deck <filename>.mdx constantly forces a repaint in the browser and the recreation of gatsby pages.

See original GitHub issue

When running mdx-deck <somefile>.mdx every second I get a set of messages in my terminal:

info added directory at /<path_to_project>/node_modules/mdx-deck/.cache/redux
info added directory at /<path_to_project>/node_modules/mdx-deck/.cache/redux
success building schema - 0.102s
success createPages - 0.002s
success Checking for changed pages - 0.001s
success update schema - 0.012s
success onPreExtractQueries - 0.001s
success extract queries from components - 0.014s
success write out requires - 0.002s

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 or npm start in the project folder.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:13
  • Comments:9

github_iconTop GitHub Comments

15reactions
brekkcommented, Sep 16, 2020

@domvo I was experiencing the same thing. As a temporary workaround I was able to get things to work by downgrading to mdx-deck@4.0.0 instead, as the error is also present in the 4.1.0 (prior) release as well.

0reactions
kevinrodriguez-iocommented, Nov 10, 2022

Same issue here. Abandonware?

Read more comments on GitHub >

github_iconTop Results From Across the Web

mdx-deck
Running mdx-deck <filename>.mdx constantly forces a repaint in the browser and the recreation of gatsby pages. $ 0. Created 2 years ago in...
Read more >
Adding MDX Pages
Restart your local development server by running gatsby develop . Writing pages in MDX. After installing gatsby-plugin-mdx , MDX files located in the...
Read more >
Introduction | MDXP - GitHub Pages
MDX Presenter allows you to create slides easily with React and MDX. ... Present on any computer with a (modern) browser, by using...
Read more >
Untitled
Mantra sakala tanjung benoa, Page of swords psychic revelation! ... Sasha down parka, Powerpivot tutorial mdx, Deck designs for true skate, Novi kompresori, ......
Read more >
Keynote issues and how to fix | GitAnswer
[Solved] Running mdx-deck <filename>.mdx constantly forces a repaint in the browser and the recreation of gatsby pages.
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