From 96b4eb5e5bd036ebc2816870022dcbbefdbc04ac Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Fri, 20 Jan 2023 18:50:37 -0700 Subject: [PATCH] docs(hot_reload): deprecate @reloading example --- examples/validation/core/30_reloading.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/validation/core/30_reloading.py b/examples/validation/core/30_reloading.py index 8f5c25ad..19d551a3 100644 --- a/examples/validation/core/30_reloading.py +++ b/examples/validation/core/30_reloading.py @@ -4,6 +4,10 @@ # Test: Click on the burger icon next to "Dynamic reload" title # ----------------------------------------------------------------------------- +# DEPRECATED +# Since trame-server>=2.7.2 the hot_reload capability is now built-in +# which make that example less relevant than the 17_hot_reload.py one + from trame.app import get_server from trame.widgets import vuetify, html