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
'App' cannot be used as a JSX component.
Its return type 'Element | "Loading..."' is not a valid JSX element.
Type 'string' is not assignable to type 'ReactElement<any, any>'.
Salta ese problema. Que se resuelve envolviendo "Loading" en un elemento (por ej:
Loading...
)
(Primera vez que reporto un issue, es con toda la onda Goncy, gracias por tanto!)
The text was updated successfully, but these errors were encountered:
Este error aparece en main.tsx:
'App' cannot be used as a JSX component.
Its return type 'Element | "Loading..."' is not a valid JSX element.
Type 'string' is not assignable to type 'ReactElement<any, any>'.
Salta ese problema. Que se resuelve envolviendo "Loading" en un elemento (por ej:
Loading...
)(Primera vez que reporto un issue, es con toda la onda Goncy, gracias por tanto!)
The text was updated successfully, but these errors were encountered: