Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useMobile hooks in version v5.28.0 #431

Open
yyong008 opened this issue Mar 8, 2023 · 0 comments
Open

useMobile hooks in version v5.28.0 #431

yyong008 opened this issue Mar 8, 2023 · 0 comments

Comments

@yyong008
Copy link

yyong008 commented Mar 8, 2023

Env:

  • use Remix with antd
  • React SSR(node)
  • InputNumber Component dep the rc-utils
  • rc-utils v5.28.0 add useMobile hooks, in useMobile call useLayoutEffect, useLayoutEffect called in ssr node env, so react-dom give a useLayoutEffect warning.

Since useLayoutEffect, a warning is issued, consider using useEffect? Otherwise, if it is used in SSR, you will always be warned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant