Danny Pule

Results 1 issues of Danny Pule

This should fail because `otherNum` is not part of the `State` interface: ```ts interface State { num: number } export const initialState: State = { num: 0 }; export const...

enhancement
help wanted
good first issue