Update reflex/app.py
Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
parent
e9c75d7e28
commit
a0cef6709b
@ -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",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user