From a0cef6709b8f82e35486c4433a725f8b0fe4b3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Brand=C3=A9ho?= Date: Tue, 10 Dec 2024 03:10:31 +0100 Subject: [PATCH] Update reflex/app.py Co-authored-by: Masen Furer --- reflex/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/app.py b/reflex/app.py index 4dce0cf2e..a56c2aeb8 100644 --- a/reflex/app.py +++ b/reflex/app.py @@ -651,7 +651,7 @@ class App(MiddlewareMixin, LifespanMixin): """ console.deprecate( feature_name="App.add_custom_404_page", - reason=f"Use app.add_page(component, route=/{constants.Page404.SLUG!r}) instead.", + reason=f"Use app.add_page(component, route='/{constants.Page404.SLUG}') instead.", deprecation_version="0.6.7", removal_version="0.7.0", )