robdiciuccio commented on pull request #11880:
URL:
https://github.com/apache/incubator-superset/pull/11880#issuecomment-747805749
Running this locally with the `GLOBAL_ASYNC_QUERIES` feature flag enabled
results in the following error when rendering a dashboard:
```
TypeError: Cannot read property 'call' of undefined
at Chart.render (Chart.jsx?484f:272)
```
Also:
```
Warning: Failed prop type: Invalid prop `charts.597.queriesResponse` of type
`object` supplied to `Dashboard`, expected an array.
Warning: Failed prop type: Invalid prop `chart.queriesResponse` of type
`object` supplied to `Chart`, expected an array.
```
Looking into the cause.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]