Hi we are using ant design with react to create an online test taking emulator(sort of) and it has a timer too, everything works except in windows os, the timer stops in between after few minutes and doesnt work unless and until we go back to the window where the react new window was opened and the timer updates when we do some action in the test taking window

in the screenshot we have a timer on the right hand side on top corner and the timer perfectly works on linux and mac but in windows it stops working after few minutes and also some of the ant design components (namely antd select component) doesnt works too which we removed and implemented our own component for that.