You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
import { IonApp, setupIonicReact } from "@ionic/react";
setupIonicReact();
function App() {
return (
<IonApp> // ts error: 'IonApp' cannot be used as a JSX component.
Expected Behavior
Ts not throwing error
Steps to Reproduce
insert <IonApp> component into your react app
Code Reproduction URL
i cant
Ionic Info
Do not have framework. Im using react components only
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
Expected Behavior
Ts not throwing error
Steps to Reproduce
insert
<IonApp>
component into your react appCode Reproduction URL
i cant
Ionic Info
Do not have framework. Im using react components only
Additional Information
No response
The text was updated successfully, but these errors were encountered: