code-connect
code-connect copied to clipboard
Ignoring component name in import when using an alias
I have the following import in my *.figma.tsx file
import {
unstable__FluidSelect as FluidSelect,
SelectItem,
} from '@carbon/react';
Code connect is only rendering the alias and not the actual component import name
Hi Alison. We currently don't support imports with alias but we have it in our backlog to discuss.