newrelic / nr1-customer-journey

Align multiple cohorts of data and metrics to build an interactive funnel depicting your customers’ journey.
https://discuss.newrelic.com/t/customer-journey-nerdpack/83270
Apache License 2.0
16 stars 20 forks source link

App doesn't load unless inprocessing is set to false #45

Open jpvajda opened 3 years ago

jpvajda commented 3 years ago

When trying to run the app locally it just spun forever until i changed the state as isProcessing is set to true initially. There are some functions that flip it to true and then false but nothing seems to flip it to false upon first render.

The app could be missing something but it seemed OK when its set it to false.