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
Currently, there is no mechanism to parse and use environment variables from the type "array." They are used as plain strings, and they are explicitly parsed on each call/usage.
Problem
Currently, there is no mechanism to parse and use environment variables from the type "array." They are used as plain strings, and they are explicitly parsed on each call/usage.
Solution
JSON.parse
is being called on a plain string but the env variable is defined as an "array" in the globalConfig.tsAlternatives
No response
The text was updated successfully, but these errors were encountered: