Update xlims in interactive GLMakie

A maybe short follow up question. Am I right, that this does (still?) not work with AlgebraofGraphics?

I have tried to @lift at various levels without success. Outside everything for instance I get:

plt =  @lift(data(df) * ... ) # Code not shown
julia> draw(plt)
ERROR: MethodError: no method matching draw(::Observable{Layers}) 

Thanks!