Ilyas Shah

Results 3 issues of Ilyas Shah

Got an error when subscribing to new links. updateQuery: (prev, { subscriptionData }) => { if (!subscriptionData.data) return prev; const newLink = subscriptionData.data.newLink; **const exists = prev.feed.links.find((link) => link.id ===...

My setup includes: - react-native: 0.63.2 - react: 16.13.1 - Flash Message: 0.1.23 Flash Message instance added at the root ![image](https://user-images.githubusercontent.com/11559665/123746849-d0551980-d8cf-11eb-8c00-c9bfee4ec14a.png) `showMessage` code: ![image](https://user-images.githubusercontent.com/11559665/123747424-91739380-d8d0-11eb-8e5d-e6f05a59087b.png) Result: ![image](https://user-images.githubusercontent.com/11559665/123747935-30988b00-d8d1-11eb-8d3a-4457c6b198f2.png) @lucasferreira Please help here.

I am trying to do the public RSA encryption in crypto JS. I am able to generate a correct encrypted string using this library but not in crypto. I think...