cn10xdev / react-express-starter

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

Null Handling for installingWorker in Service Worker Registration #4

Open cn10xdev opened 1 month ago

cn10xdev commented 1 month ago

The code does not correctly handle the case where installingWorker is null in the onupdatefound event. This might lead to issues when trying to register the worker. A proper null-check needs to be implemented, but no direct solution should be provided here.

mdmoghnishah commented 1 month ago

can you assign it to me