Skip to content

Conversation

@spencrmartin
Copy link
Collaborator

  • Fix sessionStorage undefined errors by prefixing with window.sessionStorage
  • Replace @ts-ignore with @ts-expect-error for proper TypeScript error handling
  • Remove unused onReset parameter from DashboardWidget interface
  • Replace 'any' type with proper type definitions for session data
  • Add missing dependency to useEffect cleanup function
  • Fix HTMLSpanElement undefined error in Pill component

All lint errors should now be resolved:

  • ✅ No sessionStorage undefined errors
  • ✅ Proper TypeScript error suppression
  • ✅ No unused parameters
  • ✅ Proper type definitions instead of 'any'
  • ✅ Complete useEffect dependency arrays
  • ✅ Proper DOM type references

- Fix sessionStorage undefined errors by prefixing with window.sessionStorage
- Replace @ts-ignore with @ts-expect-error for proper TypeScript error handling
- Remove unused onReset parameter from DashboardWidget interface
- Replace 'any' type with proper type definitions for session data
- Add missing dependency to useEffect cleanup function
- Fix HTMLSpanElement undefined error in Pill component

All lint errors should now be resolved:
- ✅ No sessionStorage undefined errors
- ✅ Proper TypeScript error suppression
- ✅ No unused parameters
- ✅ Proper type definitions instead of 'any'
- ✅ Complete useEffect dependency arrays
- ✅ Proper DOM type references
@spencrmartin spencrmartin marked this pull request as ready for review August 19, 2025 17:25
@spencrmartin spencrmartin merged commit bc6d905 into spence/ui-muse Aug 19, 2025
4 checks passed
@spencrmartin spencrmartin deleted the chore/lint3 branch August 19, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants