Skip to content

Share Callback not working  #141

@lampt2010

Description

@lampt2010

this is my code
<FacebookProvider appId="key"> <Share href="http://www.facebook.com" onResponse={this.handleResponse} onError={this.handleError}> {({ handleClick, loading,error,data }) => ( <button type="button" disabled={loading} onClick={handleClick} >Share</button> )} </Share> </FacebookProvider>
After y share post, handleResponse fuction not called . If I cancel share , I get error
Untitled

Who can demo help me resolve this problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions