Replies: 1 comment 5 replies
-
In js Can you please elaborate more if I'm missing something? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The types state that the option can be undefined which would make testing for
if (!import.meta.dev)
become true whendev
is unset. This could have unintended consequences. Under which circumstances is thedev
property missing? Wouldn't it make more sense to have it default tofalse
in such casesBeta Was this translation helpful? Give feedback.
All reactions