Shubhendu Sen

Results 5 comments of Shubhendu Sen

You have to use the official Google auth library to authenticate your service account ``` import { GoogleSpreadsheet } from 'google-spreadsheet'; import { JWT } from 'google-auth-library'; const serviceAccountAuth =...

@michaldudak slightly unrelated, but is there a similar rationale behind not supporting e.target.name as well?

Can we not use the useMediaQuery hook from @mui/material using [experimental_extendTheme](https://mui.com/joy-ui/integrations/material-ui/#set-up-the-providers)?

@ZeeshanTamboli Here is a [minimal repro](https://stackblitz.com/edit/stackblitz-starters-jcqmjf3h?file=src%2FApp.tsx) of the issue. The IconComponent does not receive events from Select. And, the suggested solution by @sohail9744 is not working, as the forwarded ref...

> @Sen-442b You need to forward the props to the svg. See https://stackblitz.com/edit/stackblitz-starters-ralyfq7m. Thank you for responding. The functionality works fine, but adding props to the SVG introduces alignment issues...