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

react-is lacks SuspenseList #20868

Closed
Hypnosphi opened this issue Feb 23, 2021 · 2 comments · Fixed by #20874
Closed

react-is lacks SuspenseList #20868

Hypnosphi opened this issue Feb 23, 2021 · 2 comments · Fixed by #20874
Assignees
Labels
Component: ReactIs Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Enhancement

Comments

@Hypnosphi
Copy link
Contributor

I'd like to be able to detect SuspenseList using react-is. Is there any reason why I shouldn't?

@Hypnosphi Hypnosphi added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Feb 23, 2021
@eps1lon
Copy link
Collaborator

eps1lon commented Feb 24, 2021

Thanks for the report.

There might be an argument to only release it in the experimental release channel.

Though oddly enough, it's already considered in typeOf but you wouldn't know what type it is since the constant (REACT_SUSPENSE_LIST_TYPE) isn't exported.

@bvaughn
Copy link
Contributor

bvaughn commented Feb 24, 2021

The SuspenseList API has only been released in our experimental channel, which is why it has not yet been added to the react-is package. Like @eps1lon says, we should have probably added it to that package's experimental build though. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: ReactIs Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants