Tyler Marshall

Results 22 comments of Tyler Marshall

@Booker-CU I am not sure if its applicable to you, but I ended up upgrading my nextJS and react to use the canary versions. Not ideal, but they work with...

Same issue, I found migrating the pages/api routes to be app router api routes solved the problem initially. That is a lot more work, the documentation appears to say I...

@usefulthink Hmm I had an error thrown the other day when I tried to tweak my autocomplete service to use the new "type" of "golf_course". It said it didn't exist....

Yeah so, with the following code: ```javascript const request: google.maps.places.AutocompletionRequest = { input: inputValue, sessionToken, region: "ca", types: ["pharmacy"], componentRestrictions: { country: ["ca", "us"] }, bounds: map?.getBounds(), }; ``` That...

So there is indeed some room for support, or the new stuff should be available? Just wanna make sure I understand where my position is. Thanks again for the input!

I changed a couple things, added the editing name error functionality as well to check for duplicated and add an error if found. I also found/fixed a bug with the...

@joel-jeremy I did think of the position to the right, but I'm not too sure how that would work mobile-y. Maybe could look into a popup of some sort?

#38870 is now closed as stable, is this something we still want to look into? Or is this ticket still relevant without the need for that one?