Results 2 comments of Vikas

> You can also wrap AutoSuggest in a StyledWrapper > ex: > > ``` > > > > > const StyledWrapper = styled.div` > & .react-autosuggest__container{ > // your style...

Reason - Your app must have build variants due to which this.packageName get's combined with the build variant. Example Package Name - com.somepackage.app Build Variant is - stage, prod this.packageName...