Questions tagged as 'react'

0
answers

Somebody help me with this error: "ApolloError.js: 43 Uncaught (in promise) Error: Network error: Can not read property 'Mutation' of undefined"

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 --------...
asked by 13.09.2018 / 00:54
1
answer

How to obtain data from a user with firebase and react JS?

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...
asked by 26.07.2018 / 15:35
1
answer

React-native release build error on iOS: ld: library not found for -lReact

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-...
asked by 31.07.2018 / 13:45
0
answers

React does not accept my post parameters

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...
asked by 18.07.2018 / 17:43
0
answers

How to draw directions with google-map-react?

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     
asked by 11.07.2018 / 16:31
0
answers

Sort query in apollo graphql

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...
asked by 06.07.2018 / 17:38
0
answers

Xcode with react native

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...
asked by 25.06.2018 / 23:29
0
answers

Error Failed to execute aapt, when compiling project in React-Native

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
asked by 01.06.2018 / 17:18
0
answers

How to implement react-transition-group?

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...
asked by 16.05.2018 / 16:38
0
answers

500 (Internal Server Error)

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,...
asked by 10.05.2018 / 18:45