checkout/frames-react

FramesInitProps.schemeChoice does not allow boolean

ThomasCedrini opened this issue · 1 comments

Hello,

On the documentation, schemeChoice can be enabled on Frames with a boolean like this :

Frames.init({
   schemeChoice: true,
   // rest of the configuration...
});

But the current version of the lib declares FramesInitProps.schemeChoice like as a SelectorChoiceType which does not allow simple boolean.

Fixed with 8bd2a2f.

Thanks !