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
@AlexanderVishnevsky just check that config is definied, i.e. if(config){console.log(config.get(...))} or you can also check that config is an object, i.e if(typeof config ==='object')
instance probably does not work because Config is an abstract class
Hi there, I'm trying to check if type, but got the following error:
"TypeError: Right-hand side of 'instanceof' is not an object"
Code sample:
The text was updated successfully, but these errors were encountered: