bito-code-review[bot] commented on PR #38010:
URL: https://github.com/apache/superset/pull/38010#issuecomment-3912134955

   <!-- Bito Reply -->
   This PR addresses a type issue during hot reload with `npm run dev-server`. 
Changes include updating a test mock in `getSelectedText.test.ts` to use `as 
any` instead of `@ts-expect-error`, and adjusting a color property in 
`ReactCalendar.tsx` from `colorTextLightSolid` to `colorTextBase` for better 
theme consistency.
   
   
**superset-frontend/packages/superset-ui-core/test/utils/getSelectedText.test.ts**
   ```
   .mockImplementationOnce(() => ({ toString: () => 'test string' }) as any);
   ```
   
   
**superset-frontend/plugins/legacy-plugin-chart-calendar/src/ReactCalendar.tsx**
   ```
   color: ${theme.colorTextBase};
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to