Skip to content

useUpdateEffect is not working as expected in react19 #2611

@InfiniteXyy

Description

@InfiniteXyy

What is the current behavior?

Hi, I found that after upgrading to React 19, useUpdateEffect is triggered twice when the page mounts, which is not expected. We want the effect to be triggered only when the dependencies change.

When strictMode is removed, it seems this issue is resolved. However, in React 18, it works even with strictMode enabled. Additionally, I tried ahooks and the function with the same name in ahooks works normally.

Steps to reproduce it and if possible a minimal demo of the problem.

https://stackblitz.com/edit/vitejs-vite-ldfnvzh9?file=src%2FApp.tsx

What is the expected behavior?

The useUpdateEffect shouldn't be triggered when page is mounted

A little about versions:

  • OS: MacOS 15.1.1
  • Browser (vendor and version): Chrome Version 131.0.6778.110
  • React: 19.0.0
  • react-use: 17.6.0
  • Did this worked in the previous package version?: NO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions