Skip to content

[Typo]: Missing underscore in unstable_Activity import #7773

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

Open
guillaumebrunerie opened this issue Apr 24, 2025 · 1 comment
Open

[Typo]: Missing underscore in unstable_Activity import #7773

guillaumebrunerie opened this issue Apr 24, 2025 · 1 comment

Comments

@guillaumebrunerie
Copy link

Summary

The unstable_Activity import is missing an underscore.

Page

https://react.dev/reference/react/Activity#activity

Details

It should be

import {unstable_Activity as Activity} from 'react';

instead of

import {unstableActivity as Activity} from 'react';
@tusharagrawall
Copy link

Assign this issue to me please @guillaumebrunerie

@MrD9877 MrD9877 mentioned this issue Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants