Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI autoreload not working for >= v0.27.5 #226

Closed
PGimenez opened this issue Sep 27, 2023 · 1 comment
Closed

UI autoreload not working for >= v0.27.5 #226

PGimenez opened this issue Sep 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@PGimenez
Copy link
Member

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


@app begin
    @in message = ""
end

function ui()
    cell([
        textfield("", :message)
    ])
end

@page("/", ui)
end
@PGimenez PGimenez added the bug Something isn't working label Sep 27, 2023
@PGimenez
Copy link
Member Author

PGimenez commented Oct 2, 2023

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.

@PGimenez PGimenez closed this as completed Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant