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
When making an edit to the UI defined in a function, the browser does not automatically reload anymore. The UI is updated if I manually reload the page. We've also had reports of this issue on Discord:
Hi all - new to Genie Builder - just working on first project, and for no apparent reason the nocode editor has stopped updating the app.jl.html file - any idea what can cause this?
I was on 0.27.9, and had to downgrade to 0.27.4 in order to have autoreloading work again.
This is the MWE I used for testing
module App
using GenieFramework
@genietools@appbegin@in message =""endfunctionui()
cell([
textfield("", :message)
])
end@page("/", ui)
end
The text was updated successfully, but these errors were encountered:
Can't reproduce after updating all Genie packages to the latest version. Apparently this only happened for a specific combination - we can close the issue.
When making an edit to the UI defined in a function, the browser does not automatically reload anymore. The UI is updated if I manually reload the page. We've also had reports of this issue on Discord:
Hi all - new to Genie Builder - just working on first project, and for no apparent reason the nocode editor has stopped updating the app.jl.html file - any idea what can cause this?
I was on 0.27.9, and had to downgrade to 0.27.4 in order to have autoreloading work again.
This is the MWE I used for testing
The text was updated successfully, but these errors were encountered: