Types when using reaction()
with fireImmediately
are wrong during the immediate fire
#3
Labels
bug
Something isn't working
in this code snippet,
oldValue
is marked as having a type ofstring
, even though when it is run, it has a value of undefined.For these types to be correct, the types must include undefined iff
fireImmediately
is true.The text was updated successfully, but these errors were encountered: