sharethis-reactjs icon indicating copy to clipboard operation
sharethis-reactjs copied to clipboard

Type '"copy"' is not assignable to type 'SharingNetwork'

Open vonbv opened this issue 2 years ago • 0 comments

I cannot find which config type to use to be able to show the Copy button. What is strange is if I do the following the copy button shows and works on my local machine. If I deploy that to our Azure server, the deployment doesn't go through because of the "type error". What am I missing?

<InlineShareButtons 
                      config={{
    
                        networks: [
                          'email',
                          'copy']  />

vonbv avatar Nov 13 '23 06:11 vonbv