shepherd-pro/react-shepherd

button type cancel dont close popover

Closed this issue · 2 comments

buttons: [
            {
                type: 'cancel',
                classes: 'shepherd-button-secondary',
                text: 'Exit',
            },
            {
                type: 'next',
                text: 'Next',
            },
        ],

@popuguytheparrot can you share a codesandbox with an example? Still seems to work here https://shipshapecode.github.io/react-shepherd/ and here with v3.3.6 https://codesandbox.io/s/competent-marco-evlw9

Yep, there work fine, but in my app doesn't. I tried reproduce, but is going fine 🤨