Has anyone had issues with magic links in react de...
# general
k
Has anyone had issues with magic links in react development mode? I know strict mode causes things to render twice, which means sometimes I get a
RESTART_FLOW_ERROR
when consuming the magic link, due to react rendering things twice. I don't really want to disable strict mode.