diff --git a/modules/next/src/NextEntityTypeManager.php b/modules/next/src/NextEntityTypeManager.php
index e7aa8c31f..ad40be003 100644
--- a/modules/next/src/NextEntityTypeManager.php
+++ b/modules/next/src/NextEntityTypeManager.php
@@ -74,7 +74,7 @@ public function getEntityFromRouteMatch(RouteMatchInterface $route_match): ?Enti
       }
 
       if ($route_match->getRouteName() === 'entity.node.latest_version') {
-        $node_revision = $route_match->getParameter('node')->getRevisionId();
+        return $route_match->getParameter('node');
       }
 
       return $this->entityTypeManager->getStorage('node')->loadRevision($node_revision);