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
Does the tutorial/documentation for slider need to be updated? I am getting the following error while following the examples...
functionmain(window)
push!(window.assets, "widgets")
iterations =Signal(0) # The angle at any given time
connected_slider =subscribe(slider(0:7), iterations)
end
Produces:
MethodError: `subscribe` has no method matching subscribe(::Escher.Slider, ::Reactive.Signal{Int64})
Closest candidates are:
subscribe(::Any, ::Any, !Matched::Any)
I'm checked out on the latest master for both Reactive and Escher.
The text was updated successfully, but these errors were encountered:
Does the tutorial/documentation for
slider
need to be updated? I am getting the following error while following the examples...Produces:
I'm checked out on the latest master for both Reactive and Escher.
The text was updated successfully, but these errors were encountered: