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
I don't know if it's a feature or a bug, but since the version 0.32 the transform method is not executed anymore if combined with the when method. So now it's necessary call the transform method in both when cases (true and false) to get the same result as earlier versions.
I create an example on codesandbox to demonstrate this issue I had.
The text was updated successfully, but these errors were encountered:
lcdss
changed the title
Transform method does not execute anymore when combined with the when method
Transform method not being executed after v0.31.1
Feb 12, 2021
lcdss
changed the title
Transform method not being executed after v0.31.1
transform() not being executed after v0.31.1
Feb 12, 2021
I don't know if it's a feature or a bug, but since the version 0.32 the
transform
method is not executed anymore if combined with thewhen
method. So now it's necessary call thetransform
method in both when cases (true
andfalse
) to get the same result as earlier versions.I create an example on codesandbox to demonstrate this issue I had.
The text was updated successfully, but these errors were encountered: