Resolved

[Resolved] Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`

When using the react-modal package component, we see a Warning message in the console saying: Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`

[Resolved] Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}` Read More »

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3

You may see this issue while building the Ionic Cordova application for Android * What went wrong: A problem occurred evaluating script. > No usable Android build tools found. Highest 30.x installed version is 30.0.2; Recommended version is 30.0.3.

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3 Read More »

[Resolved] SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable

Go into your Capacitor/ Cordova/ React native project’s root folder and find android folder Inside the folder create a new file named local.properties Open the file and paste the following content in it, path of the SDK folder, which will

[Resolved] SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable Read More »

Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.

In one of my Angular 8 project, there was an API call of type GET, but strangely I was not able to make any call to server and error callback displaying this error:

Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable. Read More »