Skip to content

Fix: steps block not showing in inserter - #105

Merged
Verma-Punit merged 1 commit into
mainfrom
fix/93-inserter
Oct 16, 2025
Merged

Fix: steps block not showing in inserter#105
Verma-Punit merged 1 commit into
mainfrom
fix/93-inserter

Conversation

@Verma-Punit

Copy link
Copy Markdown
Member

Summary

This PR fixes an issue where the Steps block was sometimes not visible in the inserter. The root cause was identified as a conflict between two blocks update-user-meta and config-const both attempting to call setAttributes inside a useEffect without proper checks. This caused a continuous update loop, preventing the Steps block from being registered and displayed correctly in the inserter.

Related Issue

Closes #93

Note

Screenshots are not included as the Playground preview link is generated below.

@Verma-Punit
Verma-Punit requested a review from ajitbohra October 15, 2025 16:02
@Verma-Punit Verma-Punit self-assigned this Oct 15, 2025
@github-actions

Copy link
Copy Markdown

Preview via GitHub Build Branch

⚡️WordPress Playground Preview
🚀 Build zip file Download

I will update this comment with the latest preview links as you push more changes to this PR.

Note

The preview sites are created using WordPress Playground. You can add content, edit settings, and test the pull request as you would on a real site, but please note that changes are not saved between sessions.

@ajitbohra ajitbohra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good ship it 👍

@Verma-Punit
Verma-Punit merged commit 6c8295b into main Oct 16, 2025
4 checks passed
@Verma-Punit
Verma-Punit deleted the fix/93-inserter branch October 16, 2025 01:31
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.

inserter: steps block loading issue

2 participants