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.
2 parents 5242137 + 99111da commit 2064c77Copy full SHA for 2064c77
packages/guides-cli/src/DevServer/RerenderListener.php
@@ -102,8 +102,8 @@ public function __invoke(FileModifiedEvent $event): void
102
103
$this->commandBus->handle(
104
new RenderDocumentCommand(
105
- $this->documents[$file],
106
- $renderContext->withDocument($this->documents[$file]),
+ $this->documents[$key],
+ $renderContext->withDocument($this->documents[$key]),
107
),
108
);
109
0 commit comments