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
the error is:
Argument of type '() => void' is not assignable to parameter of type 'null | undefined'.
Type '() => void' is not assignable to type 'null'.
The text was updated successfully, but these errors were encountered:
Hello
when trying, I am facing error in this line:
https://github.com/TryCatchLearn/Skinet/blob/8968bc3c3a47281d4e9c96491f03272836817d89/client/src/app/app.component.ts#L25
the error is:
Argument of type '() => void' is not assignable to parameter of type 'null | undefined'.
Type '() => void' is not assignable to type 'null'.
The text was updated successfully, but these errors were encountered: