interview-challenges icon indicating copy to clipboard operation
interview-challenges copied to clipboard

En supermarket-list/case-2: "Loading..."' is not a valid JSX element.

Open guguponce opened this issue 2 years ago • 0 comments

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!)

guguponce avatar Mar 16 '23 11:03 guguponce