eidellev / inertiajs-adonisjs

279 stars 17 forks source link

[ help wanted ]: Unexpected token '<' #61

Closed SH8GH closed 2 years ago

SH8GH commented 2 years ago

what should i do to get server side rendering?

eidellev commented 2 years ago

Hi @KimhoutSam Assuming you are using react you change the following in your tsconfig:

...
"jsx": "react",
...

I'm closing this issue for now, but feel free to re-open if things still don't work for you.