-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
🔥 Display block outputs in the frontend #1052
Conversation
asim-shrestha
commented
Jul 14, 2023
- The frontend block definitions will now have output fields
- We will display those fields in a drop down when a node is selected
- We figure out fields by doing a reverse BFS from the current node up the tree
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -6,22 +6,22 @@ type WindowButtonProps = { | |||
ping?: boolean; // Toggles the ping animation | |||
onClick?: () => void; | |||
icon: React.ReactNode; | |||
name: string; | |||
text: string; |
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.
Had to change because apparently the "Name" is used as a key prop at times
Hi 👋 Here's a preview environment 🚀 https://next-reworkd-agentgpt-1052.env.ergomake.link Environment Summary 📑
Here are your environment's logs. For questions or comments, join Discord. Click here to disable Ergomake. |