Running mdx-deck <filename>.mdx constantly forces a repaint in the browser and the recreation of gatsby pages.
See original GitHub issueWhen 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:
- Created 3 years ago
- Reactions:13
- Comments:9
Top 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 >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 FreeTop 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
Top GitHub Comments
@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 the4.1.0
(prior) release as well.Same issue here. Abandonware?