Albert Nigmatzianov
Albert Nigmatzianov
I also tried it and I get `Duplicate identifier 'Dropdown'`. react-onclickoutside v6.8.0, typescript v.3.3.4000
As a solution you can get rid of this library and use this small hook from https://usehooks.com/useOnClickOutside/. It works for me really well: ```js import { useState, useEffect, useRef }...
Ok. Later I will make a PR for this ncluding the investigation of the libraryโs size.
Oh yes. I just tested it on my system and investigated, that the size of alecthomas/chroma is really huge. Consider this script: ```go package main import markdown "github.com/shurcooL/github_flavored_markdown" func main()...
@mweststrate Firstly I want to say huge thanks for your library. The writing of redux reducers is much easier and faster with immer ๐คค A little bit about us: 1....
Hey @unknown321, thanks for your bug report! I'm looking into it. I'm sorry that it took me a while to react on your bug report.
> 1. The PlaceAutocompleteType enum only covers a small subset of available types according to https://developers.google.com/maps/documentation/places/web-service/supported_types#table2 Found workaround with [`.custom`](https://www.javadoc.io/static/com.google.maps/google-maps-services/2.2.0/com/google/maps/PlaceAutocompleteRequest.html#custom(java.lang.String,java.lang.String)) method: ```java PlacesApi.placeAutocomplete(someContext, "Zurich", new PlaceAutocompleteRequest.SessionToken()) .custom("types", "route") ``` >...
Actually I just tried to chain calls and the last value overwrites the first one :(
1. The link is leading to the following URL, which shows 0 issues for me (probably the issues are private): https://github.com/googlemaps/google-maps-services-java/issues/url 2. Makes sense!