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
Added event typing for importHandler function. Changed import tutorial from tutorial.tsx file to require
Changing import tutorial to require from tutorial.tsx file allows TS compatibility because it change the type of tutorial class to any which is what was the problem before. Left comments inside to aid next iterator to fix this error
0 commit comments