GenieFramework / Stipple.jl

The reactive UI library for interactive data applications with pure Julia.
MIT License
321 stars 27 forks source link

fix handling of ParsedHTML in `@page` macro #239

Closed hhaensel closed 10 months ago

hhaensel commented 10 months ago

Currently, routing of ParsedHTMLString is broken in two ways:

This PR fixes both shortcomings together with a respective fix in Genie.

hhaensel commented 10 months ago

Tests fail because Genie is not yet updated. With Genie's PR688 tests will pass. so we will need a Genie compat here.