#what is the error with this code
22 messages · Page 1 of 1 (latest)
`!screenshot`:
Rather than screenshots, please provide either code formatted as:
```ts
// code here
```
Or even better, as an example on the TypeScript playground that is as simple as possible and reproduces the issue. This makes it easier to help you and increases the chances of getting an answer.
well, are you using that component somehwere?
somwhere you call render with your main component
yes I render this component in the app.tsx
but when I do that nothing displaying in browser
but do you render your app.tsx?
🤔
when i remove this componet every is ok
are you sure there is no error in the console?
your api requires ?format=json
for the result to be JSON
otherwise it returns html and can't be parsed
@prime nebula
