Skip to content

Commit 1f1758b

Browse files
committed
Inertia Fix
1 parent dab95fb commit 1f1758b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Writerside/n.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<toc-element topic="New.md"/>
1616
<toc-element topic="cache-clear.md"/>
1717
<toc-element topic="check-update.md"/>
18+
<toc-element topic="inertia-fix.md"/>
1819
<toc-element topic="ios-install.md"/>
1920
<toc-element topic="self-update.md"/>
2021
<toc-element topic="update.md"/>

Writerside/topics/inertia-fix.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# inertia:fix
2+
3+
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>
22+
</category>
23+
</seealso>

0 commit comments

Comments
 (0)