Hussain Mubaireek

Results 11 comments of Hussain Mubaireek

I'm trying to do the same but I got into this issue. This is really needed for creating modular components.

> "DejaVu Sans Mono for Powerline" seems to be the only font working properly ... > > Some are missing too, Roboto ? #241 Thank you so much. This worked....

@sferoze this works for me. Thanks

Hi @swiety85, I'm using angular2gridster in creating a dynamic dashboard. I've a right a menu that when toggled open, all gridster-items change their heights and become scrollable. Is this directive...

Thanks @swiety85 that have got the job done.

Adding it to the paths in the main tsconfig.json for your project would solve the issue too: ``` "paths": { "@googlemaps/extended-component-library/react": [ "node_modules/@googlemaps/extended-component-library/lib/react" ] } ```

Dynamic loading solves the issue for me in NextJs. A snippet: ``` 'use client'; import React from 'react'; import dynamic from 'next/dynamic'; ///....... export const BaseMap = ({ defaultValues, actions,...

Hello, I did the same thing here: https://github.com/HMubaireek/zeeqs/pull/2 I'll send a PR to the main repo soon

This is a working solution: ``` const handlePlaceChange = (event: Event) => { const eventValue = (event.target as HTMLSelectElement).value; const place = eventValue as unknown as google.maps.places.Place; const latLng =...

Same issue here. I'm using Ubuntu 24. Disabling it until this is fixed.