Neal Stanard

Results 9 comments of Neal Stanard

Would also like to see this happen. +1

+1, totally would save me time

I'm not sure about `Concourse pipeline` but in Github Actions you have to use [google-github-actions/auth](https://github.com/google-github-actions/auth) to authenticate before running anything else.

------------------------ Fix / Update ------------------------ **Update:** I had to set `user: root` in the docker-compose and it worked + my go tests passed using the emulator. 🎊 🚀 ------------------------ Original...

> @nstanard still getting the same issue even after setting user: node Oops, sorry. I meant to type "user: root". I updated my comment.

@meteohr When testing react code in Jest it's best practice to not test the package. Mocking the hook and testing _your_ integration with the mock is the right approach. Ideally...

@Kivylius You can override anything you want from this library by extending it and/or removing/extracting the types you don't want to include. But you have to build out the types...

@The-Code-Monkey Might be good to create a dedicated repo for your version though if you plan on keeping it up and allowing other contributors.

If you want custom styling you need to implement your own input/dropdown using the hooks provided. https://www.npmjs.com/package/react-google-autocomplete#useplacesautocompleteservice