-
Notifications
You must be signed in to change notification settings - Fork 308
chore(dev-docs) Entropy Guide Edits - 1 #3023
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
cprussin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, most important thing to change before you merge is to make sure you don't have a default case anywhere that you're using the sum types pattern as it breaks exhaustivity checks, and that's one of the main reasons to use that pattern in the first place
| @@ -0,0 +1,125 @@ | |||
| "use client"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not something you need to worry about @aditya520 but just a note to self, we should probably look into using async server components from markdown to see if it's possible cc @alexcambose
Summary
Rationale
How has this been tested?