When you try to activate account twice by clicking on email link or trying the link after it is expired?
Do you see 2 toast notifications that says Invalid or expired token?
That happens due to this in index.js
<React.StrictMode>
You can try removing that to see the issue fixed. StrictMode is only for development mode so you don’t have to worry about it in production.