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

fix: check python id before deleting UI element #1439

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

akshayka
Copy link
Contributor

📝 Summary

Fix a regression in which we were accidentally removing a UI element from the registry.

Fixes #1438

🔍 Description of Changes

Need to test the Python id in addition to the object id.

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

📜 Reviewers

@mscolnick

fix a regression in which we were accidentally removing a UI element
from the registry
Copy link

vercel bot commented May 21, 2024

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

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 10:57pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 10:57pm

@akshayka akshayka merged commit 6ea69d7 into main May 21, 2024
30 checks passed
@akshayka akshayka deleted the aka/fix-ui-delete branch May 21, 2024 23:32
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.6.1-dev25

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.

regression bug (0.5.2->0.6.0): batch wrapped Switch looses it's on_change handler
2 participants