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

feat: React Suspense support for useFeed #940

Merged
merged 1 commit into from
May 15, 2024

Conversation

cesarenaldi
Copy link
Member

No description provided.

Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lens-sdk-example-web-wagmi ✅ Ready (Inspect) Visit Preview May 14, 2024 4:42pm

Copy link

height bot commented May 14, 2024

This pull request has been linked to 1 task:

💡Tip: Add "Close T-20337" to the pull request title or description, to a commit message, or in a comment to mark this task as "Done" when the pull request is merged.

Copy link

changeset-bot bot commented May 14, 2024

🦋 Changeset detected

Latest commit: 46a648d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@lens-protocol/react Patch
@lens-protocol/react-native Patch
@lens-protocol/react-web Patch
@lens-protocol/wagmi Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

suspense?: TSuspense;
};
// eslint-disable-next-line @typescript-eslint/ban-types
export type SuspenseEnabled<T = {}> = T & { suspense: true };
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simpler is better.

@cesarenaldi cesarenaldi merged commit dad4b23 into develop May 15, 2024
6 checks passed
@cesarenaldi cesarenaldi deleted the T-20337/useFeed-suspense branch May 15, 2024 19:08
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

Successfully merging this pull request may close these issues.

1 participant