interview-challenges
interview-challenges copied to clipboard
En supermarket-list/case-2: "Loading..."' is not a valid JSX element.
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!)