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 13bc1e0 commit 1e3a922Copy full SHA for 1e3a922
src/Component.php
@@ -56,7 +56,7 @@ public function render($component, $props = [])
56
$page = [
57
'component' => $component,
58
'props' => array_merge($this->sharedProps, $props),
59
- 'url' => Request::fullUrl(),
+ 'url' => Request::getRequestUri(),
60
'version' => $this->getVersion(),
61
];
62
0 commit comments