lizhenew
lizhenew
I see that `js-client-sdk` has fixed this issue in [version3.1.4](https://github.com/launchdarkly/js-client-sdk/releases/tag/3.1.4) .When will `react-client-sdk` update its dependency version on this package? @yusinto
> ``` > const { > placePredictions, > getPlacePredictions, > isPlacePredictionsLoading, > } = usePlacesService({ > apiKey: `${process.env.REACT_APP_MAPS_API_KEY}&loading=async` , > debounce: 500 > }); > ``` > > I am...
> > > > > > I tried this method: > > ``` > > apiKey: `${apiKey}&loading=async`, > > ``` > > > > > > > > > >...