We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c65b74 commit f1300b0Copy full SHA for f1300b0
src/Component.php
@@ -63,7 +63,7 @@ public function render($component, $props = [])
63
if (Request::header('X-Inertia')) {
64
return Response::json($page, 200, [
65
'Vary' => 'Accept',
66
- 'X-Inertia' => true,
+ 'X-Inertia' => 'true',
67
]);
68
}
69
0 commit comments