79621888

Date: 2025-05-14 16:19:00
Score: 0.5
Natty:
Report link

It seems you've mistakenly closed the div tag before the className, might be the reason for the project showing blank.

change this line, from

<div> className='app' ref={divRef}></div>

to

<div className='app' ref={divRef}></div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Unclebigbay