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
The docs say clone() takes optional attributes, from the source https://github.com/uxebu/bonsai/blob/master/src/runner/group.js#L45 it looks like it has to get an object, and it also fails if i call clone().
And if it only has one option, it feels better to have cloneWithAttributes() and clone() ... my 2 cents
current workaround is to use clone({attributes: true})
The text was updated successfully, but these errors were encountered:
The docs say
clone()
takes optional attributes, from the source https://github.com/uxebu/bonsai/blob/master/src/runner/group.js#L45 it looks like it has to get an object, and it also fails if i callclone()
.And if it only has one option, it feels better to have
cloneWithAttributes()
andclone()
... my 2 centscurrent workaround is to use
clone({attributes: true})
The text was updated successfully, but these errors were encountered: