ERGO1995 commented on PR #32425:
URL: https://github.com/apache/superset/pull/32425#issuecomment-2988035404
> 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';
> ```
I replaced import Icons from 'src/components/Icons'; by import { Icons }
from 'src/components/Icons';
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]