Hi @Kyle_Robinson
Can you try changing both useEffect hooks to useLayoutEffect and see if it works?
useEffect
useLayoutEffect
Thanks.