vishwansh
vishwansh
## Proposed Changes - Fixes #8006 - Added Type Check for Service Worker and Push Manager - Added a try-catch block around the subscription status check logic within intialSubscriptionState function....
**What kind of change does this PR introduce?** Changes img tags with Image tags in all .tsx files **Issue Number:** - Closes #1885 **Screenshots/videos:** **Summary** Relpaced all the img tag...
In the pages/index.page.tsx file, there is an inconsistent use of Image and img tags for rendering images. For example: - The CopyCopter logo uses the Next.js Image component. - The...
### Describe the bug At /pages/blog/index.page.tsx ,Static generation never receives query params.query will always be { }, no matter what the user selects. So filterTag is always 'All'. Dynamic filtering...
**Description** The AlgoliaSearch component in pages/index.page.tsx attaches an event listener in useEffect but does not remove it on unmount, causing a memory leak and potential duplicate event handlers on re-renders...