WrathChaos / react-native-poll

Voting and poll library for React Native with fully customizable options
https://freakycoder.com
53 stars 21 forks source link

cannot assign to read only property 'votes' of object #8

Closed zubyrbutt closed 2 years ago

zubyrbutt commented 2 years ago

After clicking to a single vote Simulator Screen Shot - iPhone 12 Pro Max - 2022-05-26 at 13 13 11

WrathChaos commented 2 years ago

Hello @zubyrbutt Thank you for reporting this, I will take a look at it ASAP

zubyrbutt commented 2 years ago

Hello @zubyrbutt Thank you for reporting this, I will take a look at it ASAP

@WrathChaos Thanks for the quick response

issue resolved when GraphQL response reformat with simple javascript function

const formattedChoices = choices.map((choice) => { return { id: choice.id, choice: choice.choice, votes: choice.votes, } })

WrathChaos commented 2 years ago

Glad to hear that :) Please open an issue if you need anything else and have an idea to improve the library :)