Hello!
I'm creating an app with the typeform where as soon as the user finishes responding and clicks "continue", he is redirected to another page of my application. I tried to use the onEndingButtonClick like this
<Widget id={formId} onSubmit={handleTypeformSubmit} onEndingButtonClick={gameplay} height={941} width={1919}/>
but it's not working. Can you help me?