inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.3k stars 423 forks source link

module is not defined #1938

Closed vinnygambiny closed 2 months ago

vinnygambiny commented 2 months ago

Version:

Describe the problem:

When I call usePage().props I got an error module is not defined

Steps to reproduce:

Simply call usePage() in a component.

vinnygambiny commented 2 months ago

I have found !

I need "module": "es2015", in the tsconfig.json

It's work