danielSt-dev

Results 2 comments of danielSt-dev

@AurelieV thanks for your workaround! It works great! The only thing I had to do is wrapping the assignment in a new function: `` performance.now = () => { return...

Hi, we updated our app to vue 3.2.37 and the workaround didn't work anymore. It is because of merge #5944 (vue version 3.2.36). the call to performance.now through a function...