You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I can't get the hot reload feature to work for controller function, UI and state change. However, the trame_server.utils.hot_reload.hot_reload decorator works fine.
EDIT: 17_dev_reload example works fine, with a few updates, see here: #456
EDIT 2: same behavior as described above with validation/core/17_hot_reload.py
To Reproduce
Steps to reproduce the behavior:
Run the examples/validation/core_features/hot_reload.py examples
try to change stuff in controller function or state change listener
if does not work
try to change stuff in the UI definitions
it does not work
Expected behavior
The reload should happen correctly at runtime.
Platform:
Device:
Desktop
Mobile
OS:
tested on both mac M1 and linux
Windows
MacOS
Linux
Android
iOS
Browsers Affected:
Chrome
Firefox
Microsoft Edge
Safari
Opera
Brave
IE 11
The text was updated successfully, but these errors were encountered:
Describe the bug
I can't get the hot reload feature to work for controller function, UI and state change. However, the trame_server.utils.hot_reload.hot_reload decorator works fine.
EDIT: 17_dev_reload example works fine, with a few updates, see here: #456
EDIT 2: same behavior as described above with validation/core/17_hot_reload.py
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The reload should happen correctly at runtime.
Platform:
Device:
OS:
tested on both mac M1 and linux
Browsers Affected:
The text was updated successfully, but these errors were encountered: