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
As someone who has only been in the typescript/javascript community for a little over a year and a half, I'm still unsure what the benefits to a default import are. Personally, I find them annoying because it seems they are the exception and make things less flexible. This is not to say I'm totally against them, just want to know why you find them useful other than not writing { Size }.
I'm unable to use default exports, f.e.
import Size from './Size'
. It gives me a syntax error during build.See this issue for more details: https://github.com/jtenner/as-pect/issues/71
The text was updated successfully, but these errors were encountered: