[homepage|cv] WR-003 [text|html] [memos]
              
Document: WR-003                                                 P. Webb
                                                              2024.11.05

     setInterval - Type "Timer" is not assignable to type "number"

Body

   Ran into a linting issue with Typescript when using setInterval for
   something. This comment from 2017[1] saved me:

   > Use window.setInterval instead.