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
Hi, with introduced in TS 3.7 useDefineForClassFields flag examples from the readme will not work, unless declare property modifier is applied, e.g. @inject dataContext: DataContext; should be @inject declare dataContext: DataContext;.