EnxDev commented on code in PR #32705:
URL: https://github.com/apache/superset/pull/32705#discussion_r2021586329
##########
superset-frontend/src/components/Select/AsyncSelect.stories.tsx:
##########
@@ -18,12 +18,12 @@
*/
import { ReactNode, useState, useCallback, useRef, useMemo } from 'react';
import Button from 'src/components/Button';
-import AsyncSelect from './AsyncSelect';
import {
AsyncSelectProps,
AsyncSelectRef,
SelectOptionsTypePage,
-} from './types';
+} from 'src/components/Select/types';
+import { AsyncSelect } from '.';
Review Comment:
Oh, you meant that both should be imported both with relative path or with
the specific path
##########
superset-frontend/src/components/Select/AsyncSelect.stories.tsx:
##########
@@ -18,12 +18,12 @@
*/
import { ReactNode, useState, useCallback, useRef, useMemo } from 'react';
import Button from 'src/components/Button';
-import AsyncSelect from './AsyncSelect';
import {
AsyncSelectProps,
AsyncSelectRef,
SelectOptionsTypePage,
-} from './types';
+} from 'src/components/Select/types';
+import { AsyncSelect } from '.';
Review Comment:
Oh, you meant that both should be imported with relative path or with the
specific path
--
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]