Jabal Logian
Jabal Logian
> Is not resolved, but i founded another alternative for my project. > Thanks to all. could you please share the example, the link, or the code? I'm facing the...
**Update:** The position of suggestions from the `Autocomplete` has been fixed using this solution https://stackoverflow.com/questions/69534624/react-google-maps-api-autocomplete-suggestions-are-behind-the-dialog/ But the second question (error `autocomplete.getPlaces() is not a function`) has not been solved yet.
@BrunoMoyses I have tested React-ApexChart components using React Hooks and I worked well. Here is the example I created using Radar Chart from React-ApexChart. ```javascript import React, { useState }...
> [with reach 18, leaflet 1.8 and react-leaflet 4] Tried to wrap my geoJson in marker cluster like: > > ```js > > > > ``` > > but I'm...
In the demo above, the `kepler.gl` library version was 2.5.5 and the `react` and `react-dom` libraries were 17.0.2. Then I downgraded the `kepler.gl` library version into 2.0.1 also `react` and...
Is this issue related or similar to this issue https://github.com/mui/mui-x/issues/5198?
Thank you for the answer @m4theushw I will be in touch after I implemented the solution later and edit this comment.
> You also need to reset the background color of the rows inside the pinned columns: > > ```tsx > .MuiDataGrid-pinnedColumns .MuiDataGrid-row.Mui-hovered: { > backgroundColor: "transparent" > }, > ```...
Hi @gkennedy87 and @gitdagray Thank you for the comments. I will look into them and edit this comment soon.
I have been facing a similar issue here for days. The error came after I ran the "npm install" command. I also tried @rkachach and this https://github.com/webpack-contrib/css-loader/issues/447#issuecomment-606542351 answers but no...