Jae Beom Bae

Results 7 comments of Jae Beom Bae

I faced this same issue, and got it fixed by **changing the ".env.example" filename to ".env.local".**

I've been diagnosing for the past few days and it seems the issue is with observe(). The Query just doesn't happen. I've verified this by removing all code with "this.data"...

Huge apologies - I hadn't realized that I was being rude uploading the source without pre-treating it. Code is below, as well as the public repo: https://github.com/nickbae91/Explorerwithnav_parse-react/blob/master/src/components/Main.js I'm pretty sure...

Just letting everyone know I've just substantially shortened the code and description for easier readability!

Alright, so new update on this issue... I've confirmed that the issue is with the observe() function not calling the "new Parse.Query()". I first tried removing the entire "observe()" function...

So the issue here seemed to be a webpack-centric issue. It solved out once I moved the source code to an example from ParseReact (the Budget app I believe). But...