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
As in title, changeAttribute converter first consumes consumables even if it is not going to do anything because elementCreators returned null. This means that changeAttribute cannot be "aborted" using a proper (if statement) in a callback.
scofalik
changed the title
changeAttribute converter consumes even if element creators returns null
changeAttribute converter consumes even if element creators returns null
Mar 19, 2018
As in title,
changeAttribute
converter first consumes consumables even if it is not going to do anything becauseelementCreator
s returnednull
. This means thatchangeAttribute
cannot be "aborted" using a proper (if statement) in a callback.In contrary,
wrap
does it correctly:The text was updated successfully, but these errors were encountered: