Closed shahmargi12 closed 2 months ago
We had tried few changes like this couple of months back(in older package version) where all issues are resolved in shared-component repo but portal app got broken because of these changes. Pls make sure that you build portal app locally with this change and do a sanity check all the pages where these components are being used.
@manojava-gk , Thanks for the reminder. I’ve already built the portal app locally with these changes and performed a thorough sanity check on all relevant pages.However, I will go through the process again to ensure everything is functioning correctly. For details, you can refer to the PR: #1113. Please review it and let me know if there are any additional concerns.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
any
Type: Updated the code to use specific types instead ofany
.eslint-disable-next-line
comments that were bypassing type-related linting rules.Why
any
type with specific types improves type safety, helps catch errors early, and makes the code easier to read and maintain.Issue
311
Checklist
Please delete options that are not relevant.