-
-
Notifications
You must be signed in to change notification settings - Fork 198
docs: update playground #2404
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
base: main
Are you sure you want to change the base?
docs: update playground #2404
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 Description
Add type safety to the Playground component. The changes improve type inference and validation.
Also uncommented the time-picker from the sidebar and the svelte example.
⛳️ Current behavior (updates)
Currently, the Playground component uses
any
types for component props🚀 New behavior
The improved Playground component now automatically infers prop types from the provided component
💣 Is this a breaking change (Yes/No):
No