[pull] master from supabase:master#701
Merged
pull[bot] merged 2 commits intocode:masterfrom Feb 24, 2026
Merged
Conversation
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Bug fix ## What is the current behavior? The dropdown menu items in the ComputePricingCalculator component use a hardcoded key value of `"custom-expiry"` for all plan items in the map function. This causes React to not properly identify unique list items, which can lead to rendering issues and state management problems when multiple plans are displayed. ## What is the new behavior? Changed the key prop from the hardcoded `"custom-expiry"` to `plan.name`, which uniquely identifies each plan item. This ensures React can properly track and render each dropdown menu item. ## Additional context This is a common React anti-pattern where using a constant key for list items prevents React from properly reconciling the virtual DOM. Using `plan.name` as the key ensures each plan has a unique identifier for proper rendering and state management. https://claude.ai/code/session_01HDfar7A1XXJFJDchPPSQTK Co-authored-by: Claude <noreply@anthropic.com>
…43088) Enable the install/uninstall integration button on the stripe sync engine only if the user has permissions to create/delete edge function secrets. This fixes a problem when non-admin/non-owner users try to install the integration but it fails due to lack of permissions. For a user without appropriate permissions a tool tip will be shown: <img width="1344" height="977" alt="image" src="https://github.com/user-attachments/assets/49c950cc-d76b-40b4-ab6e-cb8f193561cc" /> --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )