-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
Clicking on a table row to filter on a dimension's value fails with following error in browser console:
Uncaught TypeError: Cannot read property '__nest' of undefined
at getFilterFromDatum (table.tsx:59)
at Table.webpackJsonp../src/client/visualizations/table/table.tsx.Table.onClick (table.tsx:150)
at Table.onClick (createPrototypeProxy.js:44)
at Scroller.webpackJsonp../src/client/components/scroller/scroller.tsx.Scroller.onClick (scroller.tsx:270)
at Scroller.onClick (createPrototypeProxy.js:44)
at HTMLUnknownElement.callCallback (react-dom.development.js:542)
at Object.invokeGuardedCallbackDev (react-dom.development.js:581)
at Object.invokeGuardedCallback (react-dom.development.js:438)
at Object.invokeGuardedCallbackAndCatchFirstError (react-dom.development.js:452)
at executeDispatch (react-dom.development.js:836)