-
Notifications
You must be signed in to change notification settings - Fork 407
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
refactor: migrate UIElementId to use NewType #3843
refactor: migrate UIElementId to use NewType #3843
Conversation
Similar to SessionId, migrate UIElementId to use NewType for better type safety. This change ensures proper type checking across the codebase for UI element IDs. Co-Authored-By: Myles Scolnick <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
for more information, see https://pre-commit.ci
Co-Authored-By: Myles Scolnick <[email protected]>
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Devin is archived and cannot be woken up. Please unarchive Devin if you want to continue using it. |
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.11.7-dev16 |
Similar to SessionId, migrate UIElementId to use NewType for better type safety.
This change ensures proper type checking across the codebase for UI element IDs.
Changes:
Link to Devin run: https://app.devin.ai/sessions/b3b7462a98fa480a90d5a521111a308b
Requested by: Myles