Mohammad Javad Ebrahimzadeh
Mohammad Javad Ebrahimzadeh
this package is dead don't wait
> Can You Recommend Some Other Package? @Javadebi I would recommend [react-animate-on-scroll](https://github.com/dbramwell/react-animate-on-scroll). or [react-reveal](https://github.com/rnosov/react-reveal)
I still have this problem: ``` data.getCell(`A${i}`).value = { formula: `_xlfn.IFERROR(IF(INDEX(list!B1:B10000,MATCH(TRUE,EXACT(B${i},mmmm!A1:A10000),0))="","",INDEX(list!B1:B10000,MATCH(TRUE,EXACT(B${i},mmmm!A1:A10000),0))),"")`, date1904: true, }; ``` `=IFERROR(IF(INDEX(list!B1:B10000,MATCH(TRUE,EXACT(B5,@list!A1:A10000),0))="","",INDEX(list!B1:B10000,MATCH(TRUE,EXACT(B5,@list!A1:A10000),0))),"")`
> Currently, we do not have plans to implement additional functionality for v3. V2 is deprecating right now, Do you guys have plans on upgrading to v3?
> I updated ConvertPanel.js to contain these changes but there still seems to be an issue. I noticed the `actions/index.js` has a different definition for the `convertVideos` function as compared...
Sorry Ben i didn't know any other way to get your help
what if the user also wants to update the email and password? what should i do?
``` Mutation: { createUser: async (parent, { name, email, password }) => { const user = new Users({ name, email, password }); await user.save(); return user; }, deleteUser: async (parent,...
tnx it works but how can you write a for statement for this i seen one in another language but dont know how to write it in graphql
oh yes thanks you are the best :)