Add missing undefined parameters to all ServiceType definitions to match ServiceTypeParams structure
Add missing undefined parameters to HRS service type to match ServiceTypeParams structure
Add missing connections state variable declaration for task connections management
Replace Grid responsive props with sx prop to resolve MUI compatibility issues
Replace Grid responsive props with sx prop to resolve MUI compatibility issues
Replace Grid responsive props with sx prop to resolve MUI compatibility issues
Correct boolean/string comparison and adjust LinearProgress styling (no size prop)
Add explicit .tsx extensions and proper typed dynamic imports for node16 moduleResolution
Harden content type narrowing for table/list preview; cast textAlign to allowed values; guard headerColor access
Fix table type errors in EmailTemplateEdit.tsx - add type guards for header, rows, and columnAlignments properties
Fix Grid component issues in AnalyticsTab.tsx - remove Grid2 import and fix Grid props
Fix TypeScript errors: UserInfoExample.tsx and AnalyticsTab.tsx Grid component issues
Fix TypeScript error: Replace ServiceType.label with ServiceType.name in RoleRightTypeExample
Resolve TypeScript MenuItem value error and clean up TicketManagementTab
- Fix MenuItem value prop type error in ListBlockRenderer.tsx by converting boolean values to strings - Update Select value and onChange handler to properly han...
Resolve TypeScript textAlign error and clean up more unused parameters
- Fix textAlign type assertion in BlockPreviewRenderer.tsx with explicit type casting - Remove unused function parameters from AnalyticsTab.tsx and SettingsTab....
Resolve TypeScript textAlign error and clean up more unused imports
- Fix textAlign type checking in BlockPreviewRenderer.tsx with proper type narrowing - Remove unused imports from HelpDeskStatusWindow.tsx (CardContent, Person,...
Resolve TypeScript textAlign error and clean up unused imports
- Fix textAlign type casting in BlockPreviewRenderer.tsx - Remove unused imports from AnalyticsTab.tsx (Avatar, Divider, Error, Warning, Assessment) - Remove un...
Add proper type checking for block.content.columnAlignments in BlockPreviewRenderer
- Replace direct property access with 'in' operator type guards for columnAlignments - Ensures TypeScript knows the content has columnAlignments property before...
Add proper type checking for block.content.header in BlockPreviewRenderer
- Replace direct property access with 'in' operator type guards - Ensures TypeScript knows the content has header and rows properties - Resolves TypeScript comp...
Remove invalid onColorPickerOpen prop from TableBlockRenderer
- Remove onColorPickerOpen prop that doesn't exist in TableBlockRendererProps interface - TableBlockRenderer only accepts block and onUpdateContent props - Reso...
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.