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
In trying to keep the README unmodified, we accept the passed in
options object and destructure it.
Before, the variants were passed in as part of the object, but they
were ignored, because in the function signature the 'variants' argument
was outside of the (now destructured) object.
0 commit comments