You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click into the funnel and it should render fine on the insights view
I think this might be something with showing a mixture of funnels with trends and steps? It seems like either one of those will load i.e. all the step funnels render properly or all the trend ones, but never both.
Environment
PostHog Cloud
self-hosted PostHog, version/commit: please provide
Additional context
I did see this in my JS console:
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
at e.exports (nonIterableSpread.js:2)
at e.exports (toConsumableArray.js:10)
at LineGraph.js:145
at Array.map (<anonymous>)
at LineGraph.js:143
at LineGraph.js:65
at ac (react-dom.production.min.js:211)
at ms (react-dom.production.min.js:257)
at t.unstable_runWithPriority (scheduler.production.min.js:19)
at Ia (react-dom.production.min.js:122)
at vs (react-dom.production.min.js:257)
at Zc (react-dom.production.min.js:239)
at react-dom.production.min.js:123
at t.unstable_runWithPriority (scheduler.production.min.js:19)
at Ia (react-dom.production.min.js:122)
at qa (react-dom.production.min.js:123)
at Wa (react-dom.production.min.js:122)
at $c (react-dom.production.min.js:230)
at Object.enqueueSetState (react-dom.production.min.js:132)
at s._.setState (react.production.min.js:12)
at WidthProvider.js:99
at r (helpers.js:72)
at q (utils.tsx:268)
at r (helpers.js:72)```
#### *Thank you* for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered:
Bug description
This dashboard fails to render the step funnel in the top left, showing an error message.
Clicking into the funnel it works and loads properly.
Attempting to re-add to the dashboard occasionally works, but ends up making the other funnel (trend) chart not render.
I think this has to do with showing multiple types of funnels on a single dashboard i.e. trends vs. steps.
It looks like either the trends or the steps funnels will successfully render but not both.
Expected behavior
How to reproduce
I think this might be something with showing a mixture of funnels with trends and steps? It seems like either one of those will load i.e. all the step funnels render properly or all the trend ones, but never both.
Environment
Additional context
I did see this in my JS console:
The text was updated successfully, but these errors were encountered: