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
I have just installed the version 5.3.0 of the library, and as soon as I do an import of it the typing of any variable in process.env (ex : process.env.MYVAR) goes from any to string | undefined.
Is it intentional ? I think that a library shouldn't have that kind of side effect.
Thanks in advance for your answer
The text was updated successfully, but these errors were encountered:
@CyrilQuandalle agreed - if that is the case, that is very much unwanted. Will have a look at the typings and see if I can get to the bottom of things.
Hi.
I have just installed the version 5.3.0 of the library, and as soon as I do an import of it the typing of any variable in
process.env
(ex : process.env.MYVAR) goes fromany
tostring | undefined
.Is it intentional ? I think that a library shouldn't have that kind of side effect.
Thanks in advance for your answer
The text was updated successfully, but these errors were encountered: