cn10xdev / react-express-starter

A basic Boilerplate for React (Front-end) and Server (Back-end) rendering
MIT License
0 stars 5 forks source link

Service Worker Does Not Update loading State #7

Open cn10xdev opened 1 month ago

cn10xdev commented 1 month ago

The componentDidMount lifecycle method fetches customer data but fails to update the loading state to false once the data is loaded. This can cause the UI to display incorrectly. The solution involves updating the state at the correct time without explicitly mentioning how to do it here.

mdmoghnishah commented 4 weeks ago

can you assign it to me