hey everyone, i’m using apollo in react native. fo...
# orm-help
a
hey everyone, i’m using apollo in react native. for some reasons i want to call setState inside the
updateQuery
(which is inside
props.data.subscribeToMore
) but when it is called i get this warning
can't call setState( or forceUpdate) on an unmounted component...
. anyone know the reason or has any solution. i would appreciate if anyone could help me 🙂