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 x-transition attribute handling in Blade components #54466

Open
wants to merge 2 commits into
base: 11.x
Choose a base branch
from

Conversation

heynazmul
Copy link

Fix x-transition attribute handling in Blade components

When using x-transition in a component:
content

Current output:

content

Expected output:

content
  • Added test case to verify behavior
  • Fixed attribute handling for Alpine.js directives

Fixes #54015

heynazmul added 2 commits February 4, 2025 20:07
- Added test case for x-transition attribute
- Ensures x-transition doesn't get value='x-transition'

Fixes laravel#54015
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.

Laravel component issue with Alpinejs
1 participant