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
Removed public props from tutorial class. Changed import steps from intro.js module to require
Changing import steps to require from intro.js module allows TS compatibility because it change the type of Steps to any which is what was the problem before. Left comments inside to aid next iterator to fix this error if possible
0 commit comments