rusackas commented on PR #32425: URL: https://github.com/apache/superset/pull/32425#issuecomment-2971115258
Rebased! Seeing some lil' errors like this, which _might_ be due to the rebase: ``` ERROR in ./src/explore/components/controls/ColumnColoringControl/ColumnColoringControl.tsx:21:8 TS2613: Module '"/home/runner/work/superset/superset/superset-frontend/src/components/Icons/index"' has no default export. Did you mean to use 'import { Icons } from "/home/runner/work/superset/superset/superset-frontend/src/components/Icons/index"' instead? 19 | import { useEffect, useState } from 'react'; 20 | import { styled, css, t, useTheme } from '@superset-ui/core'; > 21 | import Icons from 'src/components/Icons'; | ^^^^^ 22 | import ControlHeader from 'src/explore/components/ControlHeader'; 23 | import { ColoringPopover } from './ColoringPopover'; 24 | import { ColumnColoringConfig, ColumnColoringControlProps } from './types'; ``` -- 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org