Hi, I am testing this from the local state with apollo client and it gives me this error when invoking the mutate method.
ApolloError.js: 43 Uncaught (in promise) Error: Network error: Can not read property 'Mutation' of undefined
--------...
My question is as follows, how can I get just one name from the database since it is throwing me more than one name example of how it looks
Now I just want to get the name of the login ID and not both
I attach the code I'm using...
I'm doing a build with react-native in Xcode with the Release schema and it gives me the following error:
ld: warning: directory not found for option
'-L / Users / username / Library / Developer / Xcode / DerivedData / ProjectName-...
I have a problem I am working with codeigniter of the% backend and react % of the frontend . I am working with login, it is the first time I have to work with react, as it says in the documentation as I have done it, th...
I'm using google-map-react and I need to draw directions or directions on how to go from one point to another, I have not succeeded. Can somebody help me?
Something like that is what I want
I have the following problem: I want to Order a data set that I build with the following query:
SubCategoriaPRODUCTESQuery = gql'
query (
$apiUrl: String,
$pageId: String,
$categoryId: String,
$subcategoryId...
help with this xcode error, I'm using native react:
duplicate symbol _OBJC_IVAR _ $ _ GTMSessionUploadFetcher._uploadFileURL
in:
/Users/luzpadilla/Library/Developer/Xcode/DerivedData/wokemobile-gkcdzkgpkllaaccsqyfotbcuyaml/Bui...
I have this error since Monday, no modifications have been made since last week. And on Monday I started giving problems.
Glade: 2.14.1
React-Native: 0.49.3
compileSdkVersion 25
targetSdkVersion 22
I'm trying to implement react-transition-group in my project using the new react-router , but I'm not making it work and I do not find very clear documentation, or at least I can understand, if someone can give me a hand in seeing w...
I am using react and I am doing a form and I want to save data in the database in sequel pro and I am using this code:
fetch('/api/create/registro', {
method: 'post',
mode: 'CORS',
headers: {
Accept: 'application/json,...