aboganas commented on issue #6278: Calendar Heatmap error in latest master URL: https://github.com/apache/incubator-superset/issues/6278#issuecomment-441479838 running in development mode, I get the following error ``` Warning: CreatableSelect: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props) warningWithoutStack @ webpack-internal:///./node_modules/react/cjs/react.development.js:241 webpack-internal:///./src/visualizations/MapBox/ScatterPlotGlowOverlay.jsx:222 Uncaught TypeError: (0 , _d3Format.round) is not a function at ProxyComponent._forEach (webpack-internal:///./src/visualizations/MapBox/ScatterPlotGlowOverlay.jsx:222) at List.__iterate (webpack-internal:///./node_modules/immutable/dist/immutable.js:2205) at List.forEach (webpack-internal:///./node_modules/immutable/dist/immutable.js:4380) at ProxyComponent.redraw (webpack-internal:///./src/visualizations/MapBox/ScatterPlotGlowOverlay.jsx:219) at ProxyComponent.redraw (webpack-internal:///./node_modules/react-hot-loader/dist/react-hot-loader.development.js:580) at ProxyComponent.componentDidMount (webpack-internal:///./src/visualizations/MapBox/ScatterPlotGlowOverlay.jsx:123) at ProxyComponent.componentDidMount (webpack-internal:///./node_modules/react-hot-loader/dist/react-hot-loader.development.js:570) at commitLifeCycles (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:14685) at commitAllLifeCycles (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:15905) at HTMLUnknownElement.callCallback (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:145) webpack-internal:///./node_modules/react-map-gl/node_modules/mapbox-gl/dist/mapbox-gl.js:29 This page appears to be missing CSS declarations for Mapbox GL JS, which may cause the map to display incorrectly. Please ensure your page includes mapbox-gl.css, as described in https://www.mapbox.com/mapbox-gl-js/api/. b @ webpack-internal:///./node_modules/react-map-gl/node_modules/mapbox-gl/dist/mapbox-gl.js:29 webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:14550 The above error occurred in the <ScatterPlotGlowOverlay> component: in ScatterPlotGlowOverlay (created by MapBox) in div (created by StaticMap) in div (created by StaticMap) in StaticMap (created by InteractiveMap) in div (created by InteractiveMap) in InteractiveMap (created by MapBox) in MapBox (created by LoadableComponent) in LoadableComponent (created by SuperChart) in div (created by SuperChart) in SuperChart (created by Chart) in div (created by Chart) in ErrorBoundary (created by Chart) in Chart (created by Connect(Chart)) in Connect(Chart) (created by ParentSize) in div (created by ParentSize) in ParentSize (created by ExploreChartPanel) in div (created by Panel) in div (created by Panel) in Panel (created by ExploreChartPanel) in div (created by ExploreChartPanel) in ExploreChartPanel (created by ExploreViewContainer) in div (created by ExploreViewContainer) in div (created by ExploreViewContainer) in div (created by ExploreViewContainer) in ExploreViewContainer (created by Connect(ExploreViewContainer)) in Connect(ExploreViewContainer) (created by App) in div (created by App) in Provider (created by App) in App (created by HotExportedApp) in AppContainer (created by HotExportedApp) in HotExportedApp React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary. ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
