ନ୍ୟୁଜ୍

useEffect vs useLayoutEffect Both useEffect and useLayoutEffect are React hooks used for handling side effects in functional components. However, they differ in terms of timing and when they execute.
when I remove the useEffect it works as expected but if I return that it's failed. In my main app I just render this component with npm link, and yeah I verify that I've only 1 copy of react by ...