ParseReact icon indicating copy to clipboard operation
ParseReact copied to clipboard

Seamlessly bring Parse data into your React applications.

Results 72 ParseReact issues
Sort by recently updated
recently updated
newest added

equalTo works as expected when testing outside of React Native in a nodejs script. However, when observing the same query in RN, no results are returned. ``` observe(props, state) {...

Hi, I need to retrieve query and then with received data decide whether update the states. Weird thing is that i console log data retrieved from query in `componentsDidMount()` and...

It would be nice if we could have a Yeoman generator for a parse react application. Preferably using webpack if possible.

enhancement
help wanted

perhaps here https://github.com/ParsePlatform/ParseReact/blob/master/lib/Mixin.js#L148 before `forceUpdate` call a method like 'this.willReceiveData' on this component if the method exists. I'm proposing this because I have a subscribed query that moves a window...

I'm getting an error when I try to login to my ParseReact app using facebook: ``` _linkWith @ ParseUser.js:133 _linkWith @ ParsePatches.js:78 success @ ParseUser.js:153 exports.default.init._ParseUser2.default._registerAuthenticationProvider.authenticate.FB.login.scope @ FacebookUtils.js:81 window.FB.v.__wrapper @...

Hi, Parse 1.6.0 has more changes than I expected so I will go back to 1.5.0, but I am just posting the errors I ran into. 1. StubParse does not...

Updated parse-react from 0.3.2 to latest 0.4.2. Running exact same code/components. Getting following error: ``` Uncaught TypeError: Super expression must either be null or a function, not undefined ``` Anyone...

bug
ES6

What is the purpose of this function? https://github.com/ParsePlatform/ParseReact/blob/master/src/flatten.js#L29-L37 specifically, why does calling `toPlainObject` on an array of `Parse.Object`'s return a different value than calling it on a single object? For...

The 0.6.0 release will be focused on adding functionality needed by mobile applications. - [ ] Allow count query subscriptions (#88) - [ ] Let the state of the Object...

I render a component w/ a query, and then I leave that view (component is unmounted), and when I go back to the view the queried data is not available...