v2.0.1
Bug fixes
Dash\custom()
now returns the exact same function that was set viaDash::setCustom()
. Previously, it had returned a closure with zero arguments, which broke any further usage of currying operations (eg.Dash\curry(Dash\custom())
).