next.js
dff48cb8 - Fix importing name multiple times with the `named_import` transform (#55664)

Commit
2 years ago
Fix importing name multiple times with the `named_import` transform (#55664) Specific case: https://twitter.com/shuding_/status/1704220735726633205 > import { User, User as foo } from 'lucide-react' In your codebase so `User` got imported twice
Author
Parents
Loading