Replies: 1 comment
-
Hello @bansan85
Your way of doing it doesn't affect the watchers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run the mdn content offline. When I run
yarn start
and openhttp://localhost:5042/en-us/docs/learn/getting_started_with_the_web
, the page is always refreshed every 500ms :How can I disable this feature ? At the current time, I disabled JavaScript in Firefox but I don't like this solution. It looks to be related to swr and revalidation.
I tried to add
REACT_APP_NO_WATCHER=true REACT_APP_DEV_MODE=false REACT_APP_WRITER_MODE=false
when callingyari-server
but it doesn't help.Beta Was this translation helpful? Give feedback.
All reactions