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
Documentation for Changed function uses wrong function name OnChanged
Same for ChangedTo
Algorithms sections uses Hold with one argument (non compilable) This section has typo Threadhold (must be Threshold) This section uses Signal<int> in one example, but it should be SignalT<int>
The text was updated successfully, but these errors were encountered:
danbst
added a commit
to danbst/cpp.react
that referenced
this issue
Oct 18, 2015
Documentation for
Changed
function uses wrong function nameOnChanged
Same for
ChangedTo
Algorithms sections uses
Hold
with one argument (non compilable)This section has typo
Threadhold
(must beThreshold
)This section uses
Signal<int>
in one example, but it should beSignalT<int>
The text was updated successfully, but these errors were encountered: