We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm using axios-mock-adapter to demonstrate api calls. It catches HTTP requests then you can respond with the data which you provide.
Without the Fast Refresh, the changes on the files detected by the cra and reloads the app.
But with the Fast Refresh, even the changes detected (i guess), the request won't be triggered and not updates the app.
It would be good to define an exception for partially disabling fast refresh. Can be detected with the comment blocks or with a configuration.
Kind regards.
The text was updated successfully, but these errors were encountered:
#10539
Sorry, something went wrong.
No branches or pull requests
Is your proposal related to a problem?
Hi,
I'm using axios-mock-adapter to demonstrate api calls.
It catches HTTP requests then you can respond with the data which you provide.
Without the Fast Refresh, the changes on the files detected by the cra and reloads the app.
But with the Fast Refresh, even the changes detected (i guess), the request won't be triggered and not updates the app.
Describe the solution you'd like
It would be good to define an exception for partially disabling fast refresh.
Can be detected with the comment blocks or with a configuration.
Kind regards.
The text was updated successfully, but these errors were encountered: