Manuel

Results 10 comments of Manuel

this package is using the wrong google address. Just use https://maps.googleapis.com/ in a regular fetch. Thats it. @tbaustin

> Hi Shukerullah, > > Thank you for replying. > > When we do an HTTP Referrer restriction for our domain (under Application Restriction inside Google Console), we get this...

Would be great if we can use a promise as the route element and get the loading state via useNavigation hook when the promise is resolved. Feel free to improve...

It is not working for me when I use string literal types in my interface that I pass to the helper function: ``` createColumnHelper() type AnotherValueType: "Test" | "Test2" export...

> @mnlfischer Did you find a solution for the column typing issues you experience? I am having the exact same issues... sadly I disabled the ts error for now.

also for action icons on focused/active items in source control tab ![CleanShot 2022-10-24 at 12 59 03](https://user-images.githubusercontent.com/3883653/197511263-bc1a4030-1892-4342-9af1-55a26f6e46a9.png)

also running into this issue when running healthchecks on fly.io. I followed the guide on Sentry: https://docs.sentry.io/platforms/javascript/guides/react-router/ With: Do you need to customize your handleRequest function? ``` "@sentry/react-router": "^10.28.0" "@react-router/node":...

@logaretm I set it to my dockerfile and it works now. Thanks for pointing me in the right direction.