diff --git a/typo3/sysext/fluid/Configuration/Services.yaml b/typo3/sysext/fluid/Configuration/Services.yaml
index dd4774eca67853b9e20c9115eb5602a7398a718a..4d6a5f44b9c4c3462a2ab6a5545bea5c30c13b69 100644
--- a/typo3/sysext/fluid/Configuration/Services.yaml
+++ b/typo3/sysext/fluid/Configuration/Services.yaml
@@ -11,8 +11,13 @@ services:
     # (e.g. because factories are to be used instead)
     exclude: '../Classes/{Core/Rendering/RenderingContext.php}'
 
-  # Templateview has $context = null, symfony auto-injects in that case,
+  # TemplateView and StandaloneView have $context = null, symfony auto-injects in that case,
   # extbase did not, force passing `null`
+  TYPO3\CMS\Fluid\View\StandaloneView:
+    public: true
+    shared: false
+    arguments:
+      $context: null
   TYPO3\CMS\Fluid\View\TemplateView:
     public: true
     shared: false