himeshparashar / Social-Morph

https://socialmorph-himeshparashars-projects.vercel.app
12 stars 31 forks source link

Potential Infinite Rendering on Page #31

Open himeshparashar opened 2 weeks ago

himeshparashar commented 2 weeks ago

Description:

It seems that the page is experiencing infinite rendering. I noticed this while inspecting the Network tab in the browser's developer tools, where a file named shadow.css was being fetched repeatedly. This behavior may indicate an issue causing the page to continuously re-render.

Steps to Reproduce:

  1. Open the root page in the browser.
  2. Inspect the Network tab in the developer tools.
  3. Notice that shadow.css is fetched multiple times in quick succession.

Expected Behavior:

The page should not re-render infinitely, and assets like shadow.css should only be fetched once unless explicitly needed.

Actual Behavior:

The page seems to be stuck in an infinite rendering loop, causing shadow.css to be fetched continuously.

Possible Causes:

Suggested Fix:

image

Rahulagg13 commented 2 weeks ago

hey, can you assign this issue to me?

Rahulagg13 commented 2 weeks ago

It is working fine on my machine.

himeshparashar commented 1 week ago

@Rahulagg13 can you first please explain what bug have you found ?

Rahulagg13 commented 1 week ago

@himeshparashar Nothing major, just setting up the project. I noticed that there’s no rerendering of the page when necessary actions occur.