PeoplePlusAI / sunva-frontend

Frontend app for project sunva
3 stars 0 forks source link

Fixed text duplication and refactor changes #10

Closed fbn776 closed 1 month ago

fbn776 commented 2 months ago

3

The text duplication issue was due to react rerunning state setters while in development mode. Removed react strict mode.