You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command is provided to assist those using [NativePHP for Mobile](https://nativephp.com/mobile) to fix the ongoing InertiaJS issue with the `nativecli` command.
4
+
5
+
This command will remove the `@inertiajs/*` package from your project and then re-install it from a [patch provided by Marcel Pociot](https://github.com/inertiajs/inertia/pull/2329).
6
+
7
+
## Command
8
+
9
+
Syntax:
10
+
11
+
```shell
12
+
nativecli inertia:fix
13
+
```
14
+
15
+
## Options
16
+
17
+
There are no options provided for this command.
18
+
19
+
<seealso>
20
+
<category ref="external">
21
+
<a href="https://github.com/inertiajs/inertia/pull/2329">"Allow custom URL protocols" PR by Marcel Pociot</a>
0 commit comments