You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"preload_fonts" which imports "font_a" which composes "font_base" and;
"preload_fonts" which imports "font_b" which composes "font_base".
On this case, the "baseFont" appears only once.
Expected Behavior
"preload_fonts" which imports "font_a" which composes "font_base" and;
"preload_fonts" which imports "font_b" which composes "font_base".
On this case, the "baseFont" appears only once.
Actual Behavior
the "baseFont" module appears twice.
How Do We Reproduce?
https://github.com/fa93hws/duplicate-import
npm run start, open console and switch tostyle Editortab.