-
Notifications
You must be signed in to change notification settings - Fork 46
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
Infinite API calls #105
Comments
@cyntss |
@kailash360 I am unable to reproduce this issue. I tried on the hosted link as well as by building user-story repo locally.
Localhost
|
I wonder if the problem is occurring only on Windows. I faced this issue in my local server as well as in the build |
Nope, I checked for windows as well, on chrome, brave, and edge. |
Describe the bug
Whenever a user clicks on a story to read it, the
Story.js
component is rendered, and this makes infinite requests to the backend.To Reproduce
Steps to reproduce the behavior:
Inspect
Networks
tabExpected behavior
The component should make only a single request to the backend and this should be sufficient to return the required data.
Logs
Bug.mp4
Environment (please complete the following information):
Additional context
NIL
The text was updated successfully, but these errors were encountered: