Skip to content

Commit

Permalink
add @eval to @app in precompile section
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Nov 23, 2024
1 parent 8f89b81 commit 3996887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stipple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ using Stipple.ReactiveTools
@stipple_precompile begin
ui() = [cell("hello"), row("world"), htmldiv("Hello World")]

@eval @app PrecompileApp begin
@app PrecompileApp begin
@in demo_i = 1
@out demo_s = "Hi"

Expand Down

0 comments on commit 3996887

Please sign in to comment.