Michalis Anastasiou

Results 5 issues of Michalis Anastasiou

I set border radius on Android and it does not work ![Screen Shot 2021-05-01 at 1 33 22 PM](https://user-images.githubusercontent.com/45881723/116779968-0a49a100-aa82-11eb-8898-b078b1ebb69d.png) ``` ``` blur: { width: 36, height: 36, borderRadius: 18, justifyContent:...

#### Environment details 1. google.maps.places.AutocompleteService 2. "@googlemaps/js-api-loader": "^1.11.2", #### Steps to reproduce I load the library as follows ```javascript new Loader({ apiKey: process.env.REACT_APP_GOOGLE_PLACES_API_KEY, libraries: ['places'], language: selectedLanguage, }); ``` I...

status: blocked
type: feature request
priority: p3

**Describe the bug** I have the following code and on some ios devices it has the glitch attached in a video. Any ideas on what can cause it? ``` javascript...

## What are the steps to reproduce this issue? 1. Download current repository and run the nextJS app directory example 2. Visit http://localhost:3000/data-fetching?fail=true ## What happens? In honeybadger you see...

nextjs

I was using this approach successfully, but it stopped working on app directory on NextJS 13. Do we have to change something? thank you in advance!